feat: add gnome theming

This commit is contained in:
2026-02-21 12:28:12 +01:00
parent 9c8d2b3043
commit 3f7ad82e25
2 changed files with 14 additions and 10 deletions

View File

@@ -11,4 +11,16 @@
};
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
};
gtk = {
enable = true;
iconTheme = {
name = "Papirus";
package = pkgs.papirus-icon-theme;
};
cursorTheme = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
};
};
}