aboutsummaryrefslogtreecommitdiff
path: root/programs/default.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-26 17:21:30 +0100
committerAkshay <[email protected]>2021-09-26 17:21:30 +0100
commit779936151f4eb78dd767d4ad8f39b08eb08098a7 (patch)
tree8fc623cea8db966b8151034e070d54b3c8fe5dbc /programs/default.nix
parent5cdb4e421a809de51c3ebe8404e50d732721238b (diff)
fix manpages
Diffstat (limited to 'programs/default.nix')
-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 = {