[fix] Remove fzf.nix and embed it into home.nix
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
package = pkgs.fzf;
|
||||
enableFishIntegration = true;
|
||||
enableShellIntegration = true;
|
||||
};
|
||||
}
|
||||
@@ -61,7 +61,12 @@
|
||||
"cd" = "z";
|
||||
};
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
package = pkgs.fzf;
|
||||
enableFishIntegration = true;
|
||||
enableShellIntegration = true;
|
||||
};
|
||||
keychain = {
|
||||
enable = true;
|
||||
keys = ["id_ed25519" "hetzner_rsa"];
|
||||
|
||||
Reference in New Issue
Block a user