aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-07-03 18:26:52 +0200
committerAdrian Kummerlaender2021-07-03 18:26:52 +0200
commit23681877a92975ac5f85f31918e31cbb5838aaff (patch)
tree9d1997e3c55faed7a7ede8595253010854cb6c6d /home.nix
parentd5667251788624c9fa92ece959565961b2598dc0 (diff)
downloadnixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.tar
nixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.tar.gz
nixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.tar.bz2
nixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.tar.lz
nixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.tar.xz
nixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.tar.zst
nixos_home-23681877a92975ac5f85f31918e31cbb5838aaff.zip
Update
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 96b0bb8..e9f7142 100644
--- a/home.nix
+++ b/home.nix
@@ -91,7 +91,7 @@ in {
programs.direnv = {
enable = true;
- enableNixDirenvIntegration = true;
+ nix-direnv.enable = true;
};
xdg.mimeApps.enable = true;