aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/guix/home.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index 10501a1..9c5c745 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -71,9 +71,6 @@
(define wget-with-options
(with-options wget "wget" "--hsts-file=\"$XDG_STATE_HOME\"/wget-hsts"))
-(define sbcl-with-options
- (with-options sbcl "sbcl" "--userinit \"$XDG_CONFIG_HOME\"/sbcl/sbclrc.lisp"))
-
(define tmux-with-options
(with-options tmux "tmux" "-f \"$XDG_CONFIG_HOME\"/tmux/tmux.conf"))
@@ -406,7 +403,6 @@
(list msmtp-non-hardcoded
isync-with-options
wget-with-options
- sbcl-with-options
tmux-with-options
myrepos-with-options
texinfo-with-options