hosts/solaire: update theme to rose-pine
This commit is contained in:
parent
8c39008df5
commit
ef474ea4b2
1 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
theme = {
|
||||
wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
||||
schemeName = "catppuccin-macchiato";
|
||||
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue