about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-01 13:59:01 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-01 13:59:01 -0700
commitbf3a7126463f45364abcf8d6012dde51e51e4b3f (patch)
treea35d402674c1ba3111ba1efccb0b8a4073466fa9 /profiles
parentgitea: add a dashboard for grafana (diff)
downloadworld-bf3a7126463f45364abcf8d6012dde51e51e4b3f.tar.gz
home: add a module for direnv
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix
index 494a7b3..2f3b26e 100644
--- a/profiles/desktop/default.nix
+++ b/profiles/desktop/default.nix
@@ -14,6 +14,7 @@ in {
       };
       home = {
         emacs.enable = true;
+        direnv.enable = true;
         firefox.enable = true;
         pcmanfm.enable = true;
         terminal.program = "alacritty";