Adapting theme.css

This commit is contained in:
2026-03-17 10:43:28 +00:00
parent 227dd1adec
commit 6c75c759cd
9 changed files with 12 additions and 83 deletions
@@ -1,13 +0,0 @@
{ pkgs, flakeRoot, ... }:
{
stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
polarity = "dark";
targets = {
gtk.enable = true;
# kde.enable = false;
# gnome.enable = false;
};
};
}