This commit is contained in:
shibazaki 2025-01-19 17:26:16 +01:00
parent 131ee08955
commit 14769f79e3

View File

@ -1,7 +1,7 @@
{pkgs, ...}: {
stylix = {
enable = true;
image = ./../../src/wallpapers/background.png;
image = ./../../src/wallpapers/dark-cat.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
polarity = "dark";
autoEnable = true;
@ -27,4 +27,3 @@
};
};
}