aboutsummaryrefslogtreecommitdiff
path: root/programs/fzf.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/fzf.nix
parent3b8a007e27c19b3840d6377cb3dab5764696d96c (diff)
remove rofi
Diffstat (limited to 'programs/fzf.nix')
-rw-r--r--programs/fzf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/fzf.nix b/programs/fzf.nix
index 92614f6..f6b7f55 100644
--- a/programs/fzf.nix
+++ b/programs/fzf.nix
@@ -2,7 +2,7 @@
2 programs.fzf = { 2 programs.fzf = {
3 enable = true; 3 enable = true;
4 enableBashIntegration = true; 4 enableBashIntegration = true;
5 defaultOptions = [ "--height 40%" "--layout=reverse" "--color=bw" ]; 5 defaultOptions = [ "--height 40%" "--layout reverse" "--color bw" ];
6 defaultCommand = "rg -L --files"; 6 defaultCommand = "rg -L --files";
7 changeDirWidgetCommand = "fd --type d"; 7 changeDirWidgetCommand = "fd --type d";
8 }; 8 };