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

@ -10,9 +10,6 @@
programs.home-manager.enable = true;
programs.bash = {
shellAliases = {
nixup = "home-manager switch --flake";
};
initExtra =
import ./scripts/guiControl
;