From 4cff1ff2239aced3c4a51df15fa4560b4b9b20ab Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 16 Oct 2025 23:15:01 +0000 Subject: [PATCH] added(doloro-wsl@host): added direnv (move to modules pls soon todo) --- nix/hosts/doloro-wsl/home.nix | 10 +++++++++- nix/hosts/doloro-wsl/nixos.nix | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) 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 = {