diff options
-rw-r--r-- | user/settings/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 88004637..186aa3a5 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -180,6 +180,7 @@ in snicr = "sudo nix-channel --remove"; snicb = "sudo nix-channel --rollback"; nf = "nix flake"; + nfa = "nix flake archive"; nfu = "nix flake update"; nfl = "nix flake lock"; n = "nix-env"; |