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;
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

View file

@ -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";
}