Make theming modular

This commit is contained in:
DashieTM 2024-07-11 15:40:58 +02:00
parent 3cd2f6fb68
commit e5e23373da
11 changed files with 596 additions and 288 deletions

View file

@ -98,15 +98,15 @@ in
[Context]
filesystems=xdg-config/gtk-3.0;xdg-config/gtk-4.0
'';
dconf.settings = {
"org/gnome/desktop/interface" = {
gtk-theme = "adw-gtk3";
cursor-theme = "Bibata-Modern-Classic";
cursor-size = 24;
icon-theme = "MoreWaita";
};
};
#
# dconf.settings = {
# "org/gnome/desktop/interface" = {
# gtk-theme = "adw-gtk3";
# cursor-theme = "Bibata-Modern-Classic";
# cursor-size = 24;
# icon-theme = "MoreWaita";
# };
# };
programs.nix-index =
{