feat: frappuccino rice

This commit is contained in:
Guz
2025-02-06 13:05:13 -03:00
parent d50e345037
commit b423c82147
4 changed files with 37 additions and 15 deletions

7
colors.nix Normal file
View File

@@ -0,0 +1,7 @@
{...}: {
stylix.enable = true;
stylix.image = ./static/guz-wallpaper-default.png;
# stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
stylix.base16Scheme = ./colors.yaml;
stylix.polarity = "dark";
}