enable fzf for bash history

closes #4
This commit is contained in:
Pim Kunis 2023-09-24 16:10:19 +02:00
parent 9da63be993
commit 3fb14017dd

View file

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