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
-10
View File
@@ -1,10 +0,0 @@
{ pkgs, flakeRoot, ... }:
{
programs.stylix = {
enable = true;
settings = {
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
};
};
}