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 /hosts/toaster | |
| parent | 98290d08e16b0edf921b81b5e730623496172a98 (diff) | |
fzf module not available in 22.11 :(
Diffstat (limited to 'hosts/toaster')
| -rw-r--r-- | hosts/toaster/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index f67d3ff..458672a 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -13,6 +13,14 @@ audacity yt-dlp ]; + # integrate fzf into shell, >23.05 only + # to be moved to basic tools at some point + programs = { + fzf = { + keybindings = true; + fuzzyCompletion = true; + }; + }; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; |
