diff options
| author | Grigory Shipunov | 2023-01-22 22:22:05 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-22 22:22:05 +0100 |
| commit | 1a0a186b4179a82d2f56808f6d174bb358264644 (patch) | |
| tree | c4f90442f15044782ffb6e572bac613cebfc1e84 /modules | |
| parent | 98290d08e16b0edf921b81b5e730623496172a98 (diff) | |
fzf module not available in 22.11 :(
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/basic-tools.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index 8b07abb..b865d74 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -99,11 +99,6 @@ LP_SSH_COLORS=1 ''; }; - # integrate fzf into shell - programs.fzf = { - keybindings = true; - fuzzyCompletion = true; - }; programs.iftop.enable = true; programs.mosh.enable = true; |
