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