5 lines
119 B
Text
5 lines
119 B
Text
|
#!/bin/sh
|
||
|
repo="$HOME/.config/guix"
|
||
|
guix home -L "$repo/modules" reconfigure "$repo/home/home.scm"
|
||
|
home-manager switch
|