hosts/vamos: switch from rose-pine-moon to rose-pine

This commit is contained in:
Anthony Rodriguez 2024-12-05 00:05:42 +01:00
parent e363f7160e
commit bd58cf8dd7
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -5,9 +5,9 @@
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true"; url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4="; hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
}; };
schemeName = "rose-pine-moon"; schemeName = "rose-pine";
gtk.theme = { gtk.theme = {
name = "rose-pine-moon"; name = "rose-pine";
package = pkgs.rose-pine-gtk-theme; package = pkgs.rose-pine-gtk-theme;
}; };
}; };