fix(stylix): fixed stylix applying but not having config

This commit is contained in:
2025-10-16 15:07:41 +00:00
parent 211274130e
commit f0b23422ac
3 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ in
config = lib.mkIf cfg.enable {
stylix.enable = true;
stylix.autoEnable = false; # honestly, fuck stylix;
#stylix.targets.tmux.enable = false;
# stylix.targets.tmux.enable = false;
};
}