From 416c02270fe715b03d86d7faab82c67a858466d7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 28 Dec 2021 19:58:53 +0530 Subject: remove rofi --- programs/default.nix | 1 + programs/fzf.nix | 2 +- programs/readline.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'programs') 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 @@ enableBashIntegration = true; }; gpg.enable = true; + info.enable = true; }; } 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 @@ programs.fzf = { enable = true; enableBashIntegration = true; - defaultOptions = [ "--height 40%" "--layout=reverse" "--color=bw" ]; + defaultOptions = [ "--height 40%" "--layout reverse" "--color bw" ]; defaultCommand = "rg -L --files"; changeDirWidgetCommand = "fd --type d"; }; diff --git a/programs/readline.nix b/programs/readline.nix index e7b7b33..8afdd82 100644 --- a/programs/readline.nix +++ b/programs/readline.nix @@ -7,7 +7,7 @@ programs.readline = { enable = true; bindings = { - "\\C-o" = ''tmux-fzf\n''; + "\\C-o" = ''"tmux-fzf\n"''; "\\t" = "menu-complete"; "\\e[Z" = "menu-complete-backward"; }; -- cgit v1.2.3