fix(stylix): fixed stylix applying but not having config
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
nixvim.enable = true;
|
||||
tmux.enable = true;
|
||||
fish.enable = true;
|
||||
stylix.enable = true;
|
||||
};
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
{
|
||||
modules = {
|
||||
fish.enable = true;
|
||||
stylix.enable = true;
|
||||
};
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user