about summary refs log tree commit diff stats
path: root/flake/nixosConfigurations
diff options
context:
space:
mode:
Diffstat (limited to 'flake/nixosConfigurations')
-rw-r--r--flake/nixosConfigurations/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix
index b8601c75..5b8c0e46 100644
--- a/flake/nixosConfigurations/common.nix
+++ b/flake/nixosConfigurations/common.nix
@@ -104,6 +104,7 @@
         shell = pkgs.zsh;
       };
       atuin.enable = true;
+      direnv.enable = true;
       git.enable = true;
       imv.enable = true;
       less.enable = true;