many changes and more modularizing
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
# font for window titles and bar
|
||||
font pango:Source Sans Pro 14
|
||||
seat * xcursor_theme Adwaita 24
|
||||
|
||||
# use win key
|
||||
set $mod Mod4
|
||||
@@ -311,7 +312,7 @@ exec mako --default-timeout=5000
|
||||
|
||||
# wallpaper
|
||||
# output eDP-1 scale 2 scale_filter linear
|
||||
output eDP-1 mode 1680x1050
|
||||
output eDP-1 mode 2880x1920 scale 2
|
||||
output eDP-1 bg #282a36 solid_color
|
||||
output eDP-1 bg ~/.wallpaper.png center
|
||||
output DP-4 bg #282a36 solid_color
|
||||
|
||||
@@ -43,6 +43,8 @@ in {
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
||||
environment.variables.XCURSOR_SIZE = "24";
|
||||
|
||||
hardware.opengl.extraPackages = [ pkgs.amdvlk ];
|
||||
environment.variables.VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
|
||||
|
||||
|
||||
@@ -15,25 +15,8 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
# nixpkgs.overlays = [
|
||||
# (self: super:
|
||||
# {
|
||||
# thunderbird-bin-unwrapped = super.thunderbird-bin-unwrapped.overrideAttrs ( old: rec {
|
||||
# version = "112.0b7";
|
||||
# name = "thunderbird-bin";
|
||||
# src = super.fetchurl {
|
||||
# url = "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/${version}/linux-x86_64/en-US/thunderbird-${version}.tar.bz2";
|
||||
# sha256 = "30d23df34834096a79261439d5ea6d78d44921f0218893f100596ee6296cd806";
|
||||
# };
|
||||
# });
|
||||
# }
|
||||
# )
|
||||
# ];
|
||||
environment.systemPackages = [
|
||||
# (import ../../pkgs/thunderbird.nix)
|
||||
pkgs.thunderbird
|
||||
# pkgs.thunderbird-bin-unwrapped
|
||||
thunderbirdWorkDesktopItem
|
||||
thunderbirdCloonarDesktopItem
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user