dotfiles/nix/justfile

10 lines
309 B
Makefile
Raw Normal View History

2024-03-18 20:45:03 -05:00
switch:
2024-03-18 23:12:35 -05:00
home-manager --flake . switch
2024-03-18 20:45:03 -05:00
bootstrap:
2024-03-18 23:12:35 -05:00
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
2024-03-20 20:08:50 -05:00
gc:
home-manager expire-generations -7days
nix store gc