5 lines
173 B
Bash
Executable file
5 lines
173 B
Bash
Executable file
#!/bin/sh
|
|
retry="$(dirname $0)/guix-retry"
|
|
repo="$(realpath "$(dirname $0)/..")"
|
|
"$retry" guix home -L "$repo/modules" reconfigure "$repo/home/home.scm"
|
|
home-manager switch
|