diff options
-rw-r--r-- | nixos/modules/desktop.nix | 2 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index d04b1fb..3116ba4 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -37,6 +37,7 @@ in { services.gpm.enable = true; programs.sway.enable = true; + programs.sway.wrapperFeatures.gtk = true; programs.sway.extraPackages = with pkgs; [ gnome.dconf-editor glib gsettings-desktop-schemas @@ -70,6 +71,7 @@ in { feh shotwell id3lib vlc mpv youtube-dl + nordic delft-icon-theme gnome3.adwaita-icon-theme vanilla-dmz sound-theme-freedesktop diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 67a80f8..da113ab 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -30,7 +30,7 @@ with lib; git # We need git for this repository to even work # Administration tools coreutils moreutils psmisc progress lshw file - dig + ldns gnumake exfat exfatprogs nix-index |