Change icon themes

This commit is contained in:
2026-04-05 23:11:14 +02:00
parent 9ec005ee04
commit a1e62c2b0b
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
with lib.hm.gvariant;
{
home.packages = with pkgs; [
numix-icon-theme-circle
numix-icon-theme-square
];
dconf = {
@@ -45,7 +45,7 @@ with lib.hm.gvariant;
};
"org/gnome/desktop/interface" = {
icon-theme = "Numix-Circle-Light";
icon-theme = "Numix-Square";
accent-color = "teal";
color-scheme = "prefer-dark";
};