dotfiles/nix/justfile

10 lines
309 B
Makefile
Raw Normal View History

2024-03-19 02:45:03 +01:00
switch:
2024-03-19 05:12:35 +01:00
home-manager --flake . switch
2024-03-19 02:45:03 +01:00
bootstrap:
2024-03-19 05:12:35 +01: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-21 02:08:50 +01:00
gc:
home-manager expire-generations -7days
nix store gc