aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
Diffstat (limited to 'programs')
-rw-r--r--programs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/default.nix b/programs/default.nix
index ba67638..8efcdf9 100644
--- a/programs/default.nix
+++ b/programs/default.nix
@@ -27,7 +27,7 @@
27 enableBashIntegration = true; 27 enableBashIntegration = true;
28 nix-direnv = { 28 nix-direnv = {
29 enable = true; 29 enable = true;
30 useFlakes = true; 30 enableFlakes = true;
31 }; 31 };
32 }; 32 };
33 autojump = { 33 autojump = {