trying stylix

This commit is contained in:
2026-03-16 21:52:40 +00:00
parent 28d9b72df8
commit c6b5ae46a5
2 changed files with 15 additions and 6 deletions
+7 -3
View File
@@ -1,6 +1,10 @@
{ pkgs,flakeRoot ... }:
{ pkgs, flakeRoot, ... }:
{
stylix.enable = true;
stylix.base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
programs.stylix = {
enable = true;
settings = {
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
};
};
}