trying stylix
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user