6 lines
262 B
Makefile
6 lines
262 B
Makefile
|
switch:
|
||
|
home-manager --impure --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" --impure --flake . switch
|