aliases: nxup includes nxpl now

This commit is contained in:
PowerUser64 2023-09-04 21:45:04 -07:00
parent fad37218f3
commit 731c8440ab

View file

@ -130,7 +130,7 @@ alias \
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
nxf='$EDITOR /etc/nixos/flake.nix' \
nxpl='sudo nix-channel --update' \
nxup='sudo nixos-rebuild switch' \
nxup='nxpl && sudo nixos-rebuild switch' \
nxfup='cd /etc/nixos; nix flake update; cd -' \
# file copying with a progress bar