From 2d5e87a097d987ee13456ac341a85d887806aa66 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 9 Dec 2022 14:02:37 -0800 Subject: [PATCH] Added direnv --- hosts/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index f051e84..909f82e 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -15,6 +15,10 @@ in # Let Home Manager install and manage itself. programs.home-manager.enable = true; + + programs.direnv.enable = true; + programs.direnv.nix-direnv.enable = true; + home = { # Home Manager needs a bit of information about you and the # paths it should manage.