hosts/solaire: update theme to rose-pine

This commit is contained in:
Anthony Rodriguez 2024-12-05 15:57:34 +01:00
parent 8c39008df5
commit ef474ea4b2
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,8 +1,11 @@
{ {pkgs, ...}: {
theme = { theme = {
wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
schemeName = "catppuccin-macchiato";
enable = true; enable = true;
gtk.enable = false; wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
schemeName = "rose-pine";
gtk.theme = {
name = "rose-pine";
package = pkgs.rose-pine-gtk-theme;
};
}; };
} }