From 3fb14017ddb26a35d42804c77ad5146cf44a2442 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 24 Sep 2023 16:10:19 +0200 Subject: [PATCH] enable fzf for bash history closes #4 --- home.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index d1511c3..87c130b 100644 --- a/home.nix +++ b/home.nix @@ -12,12 +12,12 @@ in keepassxc nil moonlight-qt - cowsay ]; }; programs = { home-manager.enable = true; + neovim = { enable = true; viAlias = true; @@ -33,6 +33,7 @@ in ]; extraLuaConfig = builtins.readFile ./neovim.lua; }; + alacritty = { enable = true; settings = (import ./alacritty.nix); @@ -82,6 +83,11 @@ in push.autoSetupRemote = true; }; }; + + fzf = { + enable = true; + enableBashIntegration = true; + }; }; # Let home-manager manage the X session