update & add new wallpaper

This commit is contained in:
2025-10-20 23:22:26 +02:00
parent ad1408ebfd
commit add12d2958
8 changed files with 16 additions and 8 deletions

View File

@@ -6,10 +6,11 @@
pullos = "git -C /home/${username}/garandos pull";
upd = "nh os switch --hostname ${host}";
upg = "nh os switch --hostname ${host} --update";
upf = "sudo nix flake update";
upd-bt = "nh os boot --hostname ${host}";
upd-ts = "nh os test --hostname ${host}";
upd-bd = "nh os build --hostname ${host}";
ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
ncg = "nh clean all";
# Development aliases
srvenv = "source .venv/bin/activate";