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