aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-02-18 21:49:43 +0530
committerAkshay Nair <phenax5@gmail.com>2021-02-18 21:49:43 +0530
commitd09547a33f98742e05b30cfc38a4448a6b671ca6 (patch)
treeab4ff62081d29c7e0e3e5f3f4f30181f8acffe97 /home.nix
parent42c4fcdccee8eae16aa68a8987d4b8e8b0250acc (diff)
downloadnixos-config-d09547a33f98742e05b30cfc38a4448a6b671ca6.tar.gz
nixos-config-d09547a33f98742e05b30cfc38a4448a6b671ca6.zip
Fixes direnv integration for emacs
Diffstat (limited to '')
-rw-r--r--home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index a70e8ca..d846360 100644
--- a/home.nix
+++ b/home.nix
@@ -19,6 +19,10 @@ in {
enable = true;
client.enable = true;
};
+ programs.direnv = {
+ enable = true;
+ enableNixDirenvIntegration = true;
+ };
programs.lsd = {
enable = true;