some minor fixes

This commit is contained in:
cnst
2024-09-28 17:35:56 +02:00
parent 397f7ca772
commit 3cb158b36f
16 changed files with 91 additions and 57 deletions

View File

@@ -29,10 +29,10 @@ in {
nixdev = "nix develop ~/.nix-config -c $SHELL";
nixconfig = "cd /home/$USER/.nix-config/";
ll = "ls -l";
nixupdate = "nh os switch -v -H $HOST && sudo nix run /home/$USER/.nix-config";
nixup = "nh os switch -H $HOST && sudo nix run /home/$USER/.nix-config";
flakeupdate = "nh os switch -u -v -H $HOST && sudo nix run /home/$USER/.nix-config";
flakeup = "nh os switch -u -H $HOST && sudo nix run /home/$USER/.nix-config";
nixupdate = "nh os switch -v -H $HOST";
nixup = "nh os switch -H $HOST";
flakeupdate = "nh os switch -u -v -H $HOST";
flakeup = "nh os switch -u -H $HOST";
".." = "cd ..";
"..." = "cd ../../";
"...." = "cd ../../../";