diff --git a/nix/hosts/doloro-wsl/home.nix b/nix/hosts/doloro-wsl/home.nix index b216eb4..ea9d510 100644 --- a/nix/hosts/doloro-wsl/home.nix +++ b/nix/hosts/doloro-wsl/home.nix @@ -100,5 +100,13 @@ # {{{{{ TODO Put in different file # }}}}} # Let Home Manager install and manage itself. - programs.home-manager.enable = true; + programs = { + home-manager.enable = true; + direnv = { + enable = true; + # enableBashIntegration = true; # see note on other shells below + enableFishIntegration = true; + nix-direnv.enable = true; + }; + }; } diff --git a/nix/hosts/doloro-wsl/nixos.nix b/nix/hosts/doloro-wsl/nixos.nix index c8239cb..72cc105 100644 --- a/nix/hosts/doloro-wsl/nixos.nix +++ b/nix/hosts/doloro-wsl/nixos.nix @@ -14,6 +14,7 @@ inputs.nixos-wsl.nixosModules.default ]; # rocmSupport = false; + programs.dconf.enable = true; networking.dhcpcd.enable = lib.mkOverride 0 false; boot.loader.grub.enable = lib.mkOverride 0 false; wsl = {