Fix on icon used

This commit is contained in:
2026-04-05 19:51:35 +02:00
parent 17081e74cb
commit 9ec005ee04
2 changed files with 8 additions and 3 deletions
@@ -5,6 +5,10 @@
}:
with lib.hm.gvariant;
{
home.packages = with pkgs; [
numix-icon-theme-circle
];
dconf = {
enable = true;
settings = {
@@ -41,6 +45,7 @@ with lib.hm.gvariant;
};
"org/gnome/desktop/interface" = {
icon-theme = "Numix-Circle-Light";
accent-color = "teal";
color-scheme = "prefer-dark";
};