legacy/theme: move themes to corresponding file

This commit is contained in:
Felix Buehler 2023-01-22 15:26:36 +01:00
parent e4a1df9962
commit b6b9a1860d
2 changed files with 6 additions and 7 deletions

View file

@ -19,10 +19,6 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
adwaita-qt
arc-icon-theme
arc-kde-theme
arc-theme
evince evince
firefox firefox
ghostwriter ghostwriter
@ -54,9 +50,6 @@
]; ];
}) })
newsflash newsflash
numix-cursor-theme
numix-icon-theme
numix-icon-theme-circle
polkit_gnome polkit_gnome
rhythmbox rhythmbox
socat socat

View file

@ -6,6 +6,12 @@
gsettings-desktop-schemas gsettings-desktop-schemas
lxappearance lxappearance
qgnomeplatform qgnomeplatform
numix-cursor-theme
numix-icon-theme
numix-icon-theme-circle
adwaita-qt
arc-kde-theme
arc-theme
]; ];
qt5.platformTheme = "qt5ct"; qt5.platformTheme = "qt5ct";
} }