diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2025-08-11 17:36:57 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2025-08-11 17:40:12 +0200 |
commit | bc591dcedf45b80f70661f33c42c68dbd581e901 (patch) | |
tree | 4a3cbd7831d8e0d8ce12f318d64e06848c9ea3ab /files/.bin/home-reconfigure | |
parent | 1ebb0e267b40d86386b66b7b81686461446e39f8 (diff) | |
download | dotfiles-bc591dcedf45b80f70661f33c42c68dbd581e901.tar.gz dotfiles-bc591dcedf45b80f70661f33c42c68dbd581e901.zip |
Diffstat (limited to 'files/.bin/home-reconfigure')
-rwxr-xr-x | files/.bin/home-reconfigure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/files/.bin/home-reconfigure b/files/.bin/home-reconfigure deleted file mode 100755 index f55b896..0000000 --- a/files/.bin/home-reconfigure +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | if [ -n "$1" ]; then | ||
4 | guix home -L $1 reconfigure \ | ||
5 | -e '((@ (jd utils) current-home))' | ||
6 | else | ||
7 | guix home reconfigure \ | ||
8 | -e '((@ (jd utils) current-home))' | ||
9 | fi; | ||