From a2732c6e6ace0faebbc0b78b4010315709fac9c4 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 22 Jan 2023 23:07:29 +0100 Subject: be a bit smarter about fzf module --- hosts/toaster/default.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hosts/toaster') 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; -- cgit v1.3.1