mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/theme: move themes to corresponding file
This commit is contained in:
parent
e4a1df9962
commit
b6b9a1860d
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue