feat: add fzf integration keybindings to zsh

This commit is contained in:
Maddie H 2024-10-14 17:13:42 +01:00
parent f23efee17f
commit 20ba32069c
Signed by: maddie
GPG Key ID: C296DE8C9053683F
2 changed files with 4 additions and 0 deletions

View File

@ -22,5 +22,6 @@
./zsh.nix
./radicle.nix
./neovim.nix
./fzf.nix
];
}

3
homes/common/fzf.nix Normal file
View File

@ -0,0 +1,3 @@
{
programs.fzf.enable = true;
}