dotfiles/nix/justfile
2024-03-22 18:22:43 -05:00

16 lines
385 B
Makefile

switch:
home-manager --flake . switch
bootstrap:
nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake . switch
format:
nix fmt
gc:
home-manager expire-generations -7days
nix store gc
check:
home-manager build --no-out-link --flake .