[fix] Remove fzf.nix and embed it into home.nix

This commit is contained in:
Uttarayan
2024-02-14 20:09:12 +05:30
parent caca36afaf
commit 6da2a74f2e
2 changed files with 6 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
{ pkgs, ... }: {
programs.fzf = {
enable = true;
package = pkgs.fzf;
enableFishIntegration = true;
enableShellIntegration = true;
};
}

View File

@@ -61,7 +61,12 @@
"cd" = "z"; "cd" = "z";
}; };
}; };
fzf = {
enable = true;
package = pkgs.fzf;
enableFishIntegration = true;
enableShellIntegration = true;
};
keychain = { keychain = {
enable = true; enable = true;
keys = ["id_ed25519" "hetzner_rsa"]; keys = ["id_ed25519" "hetzner_rsa"];