diff --git a/modules/applications/zsh.nix b/modules/applications/zsh.nix index 6c76035..db01ee1 100644 --- a/modules/applications/zsh.nix +++ b/modules/applications/zsh.nix @@ -18,6 +18,7 @@ in shellAliases = { update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos"; nb = "nix build -L"; + nbi = "nix build -L -f ."; ns = "nix shell -L"; }; initExtra = ''