start of a latepanda config.

This commit is contained in:
Gabe Venberg 2024-05-24 15:23:56 -05:00
parent e641a643af
commit b0cfcb6c8d
8 changed files with 284 additions and 49 deletions

View file

@ -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