diff options
Diffstat (limited to 'files/.bin/home-reconfigure')
| -rwxr-xr-x | files/.bin/home-reconfigure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/.bin/home-reconfigure b/files/.bin/home-reconfigure index 4d16cc0..f55b896 100755 --- a/files/.bin/home-reconfigure +++ b/files/.bin/home-reconfigure | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | if [ -n "$1" ]; then | 3 | if [ -n "$1" ]; then |
| 4 | guix home -L $1 reconfigure \ | 4 | guix home -L $1 reconfigure \ |
| 5 | -e '((@@ (jd utils) current-home))' | 5 | -e '((@ (jd utils) current-home))' |
| 6 | else | 6 | else |
| 7 | guix home reconfigure \ | 7 | guix home reconfigure \ |
| 8 | -e '((@@ (jd utils) current-home))' | 8 | -e '((@ (jd utils) current-home))' |
| 9 | fi; | 9 | fi; |
