diff --git a/nix/hosts/doloro-wsl/home.nix b/nix/hosts/doloro-wsl/home.nix index 3e3602d..b216eb4 100644 --- a/nix/hosts/doloro-wsl/home.nix +++ b/nix/hosts/doloro-wsl/home.nix @@ -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. diff --git a/nix/hosts/doloro-wsl/nixos.nix b/nix/hosts/doloro-wsl/nixos.nix index d3eef7b..c8239cb 100644 --- a/nix/hosts/doloro-wsl/nixos.nix +++ b/nix/hosts/doloro-wsl/nixos.nix @@ -8,6 +8,7 @@ { modules = { fish.enable = true; + stylix.enable = true; }; imports = [ inputs.nixos-wsl.nixosModules.default diff --git a/nix/modules/stylix/nixos.nix b/nix/modules/stylix/nixos.nix index fb61f36..137fee1 100644 --- a/nix/modules/stylix/nixos.nix +++ b/nix/modules/stylix/nixos.nix @@ -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; }; }