dotfiles/nix/justfile
2024-03-20 20:08:50 -05:00

10 lines
309 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
gc:
home-manager expire-generations -7days
nix store gc