aboutsummaryrefslogtreecommitdiff
path: root/programs/default.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-08-21 03:26:02 +0100
committerAkshay <[email protected]>2022-08-21 03:26:02 +0100
commit467552d5876ca2535a270c506fbfbd54946fe348 (patch)
tree7cce4d7ce41711630f0f4e45f0c266516d8f9fb8 /programs/default.nix
parent6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf (diff)
switch to iwd
Diffstat (limited to 'programs/default.nix')
-rw-r--r--programs/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/programs/default.nix b/programs/default.nix
index 8157c8a..2b12888 100644
--- a/programs/default.nix
+++ b/programs/default.nix
@@ -27,10 +27,7 @@
27 direnv = { 27 direnv = {
28 enable = true; 28 enable = true;
29 enableBashIntegration = true; 29 enableBashIntegration = true;
30 nix-direnv = { 30 nix-direnv.enable = true;
31 enable = true;
32 enableFlakes = true;
33 };
34 }; 31 };
35 autojump = { 32 autojump = {
36 enable = true; 33 enable = true;