aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index 40f0a2e..6b5304c 100644
--- a/home.nix
+++ b/home.nix
@@ -81,8 +81,10 @@ in {
};
};
- programs.direnv.enable = true;
- programs.direnv.enableNixDirenvIntegration = true;
+ programs.direnv = {
+ enable = true;
+ enableNixDirenvIntegration = true;
+ };
xdg.mimeApps.enable = true;
}