diff --git a/nixos/direnv.nix b/nixos/direnv.nix new file mode 100644 index 0000000..fb7dffc --- /dev/null +++ b/nixos/direnv.nix @@ -0,0 +1,7 @@ +{ + programs.direnv = { + enable = true; + enableZshIntegration = true; + nix-direnv.enable = true; + }; +} diff --git a/nixos/home.nix b/nixos/home.nix index e274536..454a8ca 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -4,6 +4,7 @@ in { imports = [ ./stylix.nix ./wm + ./direnv.nix ]; home = { packages = with pkgs; [