diff --git a/legacy/modules/desktop-default.nix b/legacy/modules/desktop-default.nix index 61a7c3c..24d3cc9 100644 --- a/legacy/modules/desktop-default.nix +++ b/legacy/modules/desktop-default.nix @@ -19,10 +19,6 @@ services.gnome.gnome-keyring.enable = true; environment.systemPackages = with pkgs; [ - adwaita-qt - arc-icon-theme - arc-kde-theme - arc-theme evince firefox ghostwriter @@ -54,9 +50,6 @@ ]; }) newsflash - numix-cursor-theme - numix-icon-theme - numix-icon-theme-circle polkit_gnome rhythmbox socat diff --git a/legacy/modules/theme.nix b/legacy/modules/theme.nix index 810bf71..91bdca0 100644 --- a/legacy/modules/theme.nix +++ b/legacy/modules/theme.nix @@ -6,6 +6,12 @@ gsettings-desktop-schemas lxappearance qgnomeplatform + numix-cursor-theme + numix-icon-theme + numix-icon-theme-circle + adwaita-qt + arc-kde-theme + arc-theme ]; qt5.platformTheme = "qt5ct"; }