trying stylix

This commit is contained in:
2026-03-16 21:27:46 +00:00
parent 042a80b2b5
commit 7336c33904
3 changed files with 33 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ pkgs, ... }:
{ pkgs,flakeRoot ... }:
{
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
stylix.base24Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
}