diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index 86a70be..518ae72 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -45,6 +45,8 @@ in mv = "mv -i"; cd = "z"; + f = "fzf --multi --bind \"enter:become($EDITOR {+})\""; + nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles"; nixos-boot = nom-system-command "sudo nixos-rebuild boot --flake ~/.dotfiles"; nixos-update = "pushd ~/.dotfiles && nix flake update && popd";