dotfiles/nix/justfile

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