diff options
| author | Grigory Shipunov | 2023-01-22 23:07:29 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-22 23:27:39 +0100 |
| commit | a2732c6e6ace0faebbc0b78b4010315709fac9c4 (patch) | |
| tree | 0d61a6268f4c82281265809ea94121e8e07ba7df /hosts/toaster | |
| parent | c16ef44b2dfed55daa2e63a52d8a6fbb4ea0077e (diff) | |
be a bit smarter about fzf module
Diffstat (limited to 'hosts/toaster')
| -rw-r--r-- | hosts/toaster/default.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 458672a..f67d3ff 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -13,14 +13,6 @@ 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; |
