trying stylix

This commit is contained in:
2026-03-16 22:06:43 +00:00
parent 64113ffa4d
commit d4136b07b8
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -624,10 +624,8 @@ You'll notice the color values in multiple places outside this as well.
{ {
stylix = { stylix = {
enable = true; enable = true;
settings = { base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
}; };
};
} }
#+END_SRC #+END_SRC
@@ -3,8 +3,6 @@
{ {
stylix = { stylix = {
enable = true; enable = true;
settings = { base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
}; };
};
} }