feat: add fzf integration keybindings to zsh
This commit is contained in:
parent
f23efee17f
commit
20ba32069c
@ -22,5 +22,6 @@
|
|||||||
./zsh.nix
|
./zsh.nix
|
||||||
./radicle.nix
|
./radicle.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
./fzf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
3
homes/common/fzf.nix
Normal file
3
homes/common/fzf.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
programs.fzf.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user