nixup made redundant by justfile

This commit is contained in:
Bryan Ramos 2024-05-14 21:25:48 -04:00
parent 61f8b7e1ae
commit f004116873
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
5 changed files with 0 additions and 15 deletions

View file

@ -7,9 +7,6 @@
imports = [ ../../../../../user ];
programs.home-manager.enable = true;
programs.bash.shellAliases = {
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#vm";
};
home.stateVersion = "23.11";