[general] add missing shell theme config to gnome

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-05-29 14:00:31 +02:00
parent fbba93c16a
commit ae474de92e
5 changed files with 19 additions and 32 deletions

View file

@ -12,6 +12,6 @@
catppuccin = {
enable = true;
accent = "blue";
flavor = "macchiato";
flavor = "frappe";
};
}

View file

@ -7,6 +7,18 @@
}: {
gtk = {
enable = true;
catppuccin.enable = true;
};
dconf.settings = {
# ---------------------- Theming
"org/gnome/desktop/background" = {
picture-uri = "${outputs.resources.wallpapers}/animals_at_campfire.jpg";
picture-uri-dark = "${outputs.resources.wallpapers}/animals_at_campfire.jpg";
};
"org/gnome/shell/extensions/user-theme" = {
name = "Catppuccin-Frappe-Standard-Blue-Dark";
};
# ---------------------- Theming END
};
}