summaryrefslogtreecommitdiffstats
path: root/files/.bin/home-reconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'files/.bin/home-reconfigure')
-rwxr-xr-xfiles/.bin/home-reconfigure9
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
3if [ -n "$1" ]; then
4 guix home -L $1 reconfigure \
5 -e '((@ (jd utils) current-home))'
6else
7 guix home reconfigure \
8 -e '((@ (jd utils) current-home))'
9fi;