trying stylix

This commit is contained in:
2026-03-17 08:17:15 +00:00
parent adf67439ff
commit cf8b93c984
4 changed files with 27 additions and 6 deletions
@@ -1,7 +1,13 @@
{ pkgs, flakeRoot, ... }:
{
stylix = {
stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
polarity = "dark";
targets = {
gtk.enable = true;
kde.enable = false;
gnome.enable = false;
};
};
}