aboutsummaryrefslogtreecommitdiff
path: root/programs/default.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-28 14:28:53 +0000
committerAkshay <[email protected]>2021-12-28 14:28:53 +0000
commit416c02270fe715b03d86d7faab82c67a858466d7 (patch)
tree9d4bb3d61ecc4dc8f90757ca216663d10b7072cc /programs/default.nix
parent3b8a007e27c19b3840d6377cb3dab5764696d96c (diff)
remove rofi
Diffstat (limited to 'programs/default.nix')
-rw-r--r--programs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/default.nix b/programs/default.nix
index 3175c64..8157c8a 100644
--- a/programs/default.nix
+++ b/programs/default.nix
@@ -49,5 +49,6 @@
49 enableBashIntegration = true; 49 enableBashIntegration = true;
50 }; 50 };
51 gpg.enable = true; 51 gpg.enable = true;
52 info.enable = true;
52 }; 53 };
53} 54}