start of a latepanda config.
This commit is contained in:
parent
e641a643af
commit
b0cfcb6c8d
8 changed files with 284 additions and 49 deletions
2
justfile
2
justfile
|
@ -11,7 +11,7 @@ home-manager target=(`whoami`+"@"+`hostname`):
|
|||
|
||||
check:
|
||||
git add -AN
|
||||
nix flake check
|
||||
nix flake check --keep-going
|
||||
|
||||
bootstrap-home-manager target=(`whoami`+"@"+`hostname`):
|
||||
nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake .#{{target}} switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue