https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[private] default: @just --choose [private] rebuild *args: @git add . @sudo nixos-rebuild --flake . {{args}} # Rebuild the current machine switch *args: @just rebuild switch {{args}} # Update the flake update: @nix flake update