diff options
Diffstat (limited to 'nixos/home.nix')
| -rw-r--r-- | nixos/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/home.nix b/nixos/home.nix index 4089e1f..b99166d 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -94,6 +94,15 @@ end vmstop = "virsh --connect qemu:///system shutdown ubuntu25.10"; } else {}); }; + programs = { + direnv = { + enable = true; + enableBashIntegration = true; + nix-direnv.enable = true; + }; + + bash.enable = true; + }; environment.systemPackages = with pkgs; [ nushell home-manager |
