6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
HERE="$(dirname "$0")"
|
||
|
|
||
|
home-manager switch -f "$HERE/user/home.nix"
|