refactor(nix-hm): improve install.bash to use nix run

This commit is contained in:
Price Hiller 2023-12-10 00:40:42 -06:00
parent d9a0e4f05e
commit 14f74620b5
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,3 +1,2 @@
#!/usr/bin/env /bin/bash
home-manager switch --flake "git+file://$(pwd)?submodules=1"
nix run . -- switch --flake "git+file://$(pwd)?submodules=1"