Add fzf
This commit is contained in:
9
home-manager/fzf.nix
Normal file
9
home-manager/fzf.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
@@ -20,6 +20,7 @@
|
|||||||
./git
|
./git
|
||||||
./zsh
|
./zsh
|
||||||
|
|
||||||
|
./fzf.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user