Add gnome adwaita icon pack

This commit is contained in:
Victor Mignot 2024-04-07 22:09:18 +02:00
parent 56df897e69
commit cef6de408f
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -16,6 +16,7 @@ let
jetbrains-mono jetbrains-mono
xdg-utils xdg-utils
libnotify libnotify
gnome.adwaita-icon-theme
]; ];
in in
{ {
@ -36,6 +37,11 @@ in
config = mkIf config.desktop.enableSwayStack { config = mkIf config.desktop.enableSwayStack {
home.packages = desktopPackages; home.packages = desktopPackages;
dconf = {
enable = true;
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
};
# Theming GTK # Theming GTK
gtk = { gtk = {
enable = true; enable = true;