dotfiles/nix/justfile

9 lines
285 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-19 16:57:23 -05:00
check:
home-manager --flake . build