trying stylix
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{ pkgs, flakeRoot, ... }:
|
||||
{
|
||||
stylix = {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||
polarity = "dark";
|
||||
targets = {
|
||||
gtk.enable = true;
|
||||
kde.enable = false;
|
||||
gnome.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user