fzf module not available in 22.11 :(

This commit is contained in:
Grigory Shipunov 2023-01-22 22:22:05 +01:00
parent 98290d08e1
commit 1a0a186b41
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 20 additions and 5 deletions

View file

@ -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;