enable stylix on laptop

This commit is contained in:
Kopatz
2025-01-06 17:31:54 +01:00
parent 7299f8b5ac
commit 1675f04bc7
3 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ in {
home-manager = {
users.${config.mainUser.name}.stylix = {
enable = true;
#targets.kde.enable = lib.mkIf config.custom.graphical.i3.enable false;
base16Scheme = config.stylix.base16Scheme // cfg.override;
};