feat: add fzf
This commit is contained in:
parent
24bf5088d7
commit
d167ff1ebb
3 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.direnv.enableBashIntegration = true;
|
programs.direnv.enableBashIntegration = true;
|
||||||
|
programs.fzf.enableBashIntegration = true;
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
./comma.nix
|
./comma.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./foot.nix
|
./foot.nix
|
||||||
|
./fzf.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
./ime.nix
|
./ime.nix
|
||||||
|
|
7
users/buffet/fzf.nix
Normal file
7
users/buffet/fzf.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
home-manager.users.buffet = {
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue