change default wallpaper to standard version
This commit is contained in:
parent
137a2e1106
commit
6005cc7e1f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue