Install fzf.

This commit is contained in:
2024-09-16 07:16:00 +01:00
parent 4643c45a60
commit 06e8687d94
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
packages =
with pkgs;
[
fzf
git
home-manager
mosh

View File

@@ -19,6 +19,10 @@
'';
};
fzf = {
enable = true;
};
git = {
enable = true;
userEmail = "petru@paler.net";