Install fzf with Home Manager

This commit is contained in:
Oliver Davies 2024-01-25 07:18:14 +00:00
parent 509e85e0d0
commit c2cbf111bf
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,6 @@ with pkgs; [
eza
fd
file
fzf
gcc
gh
git

View file

@ -15,6 +15,11 @@
./modules/zsh.nix
];
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
programs.bat.enable = true;
home.file."logo.txt" = {