change default wallpaper to standard version

This commit is contained in:
Anthony Rodriguez 2024-08-28 00:32:28 +02:00
parent 137a2e1106
commit 6005cc7e1f
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,7 +3,7 @@
{ {
stylix.enable = true; stylix.enable = true;
stylix.polarity = "dark"; stylix.polarity = "dark";
stylix.image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg; stylix.image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe.svg;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml"; stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
stylix.autoEnable = true; stylix.autoEnable = true;