From b6b9a1860d45e6d0031ea265b9a3021e8c61a386 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 22 Jan 2023 15:26:36 +0100 Subject: [PATCH] legacy/theme: move themes to corresponding file --- legacy/modules/desktop-default.nix | 7 ------- legacy/modules/theme.nix | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) 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"; }