FZF + better sxhkd

This commit is contained in:
Filippo Berto 2021-05-13 00:00:26 +02:00
parent 21ed795cfd
commit cbd4278c77
3 changed files with 37 additions and 15 deletions

8
modules/fzf.nix Normal file
View file

@ -0,0 +1,8 @@
{
programs.fzf = {
enable = true;
tmux.enableShellIntegration = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}