Add fzf zsh
This commit is contained in:
@@ -61,7 +61,6 @@
|
|||||||
discord
|
discord
|
||||||
entr
|
entr
|
||||||
feh
|
feh
|
||||||
fzf
|
|
||||||
go_1_18
|
go_1_18
|
||||||
gomuks
|
gomuks
|
||||||
gopls
|
gopls
|
||||||
@@ -106,6 +105,11 @@
|
|||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
|
fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitFull;
|
||||||
|
|||||||
Reference in New Issue
Block a user