diff --git a/justfile b/justfile index 1b62aa9..6641b5e 100644 --- a/justfile +++ b/justfile @@ -4,8 +4,10 @@ default: @just --list update: - nix flake update - + git pull + sudo nixos-rebuild switch --flake . + home-manager switch --flake . + clean: sudo nix-collect-garbage -d nix-collect-garbage -d