aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-16 12:29:33 -0300
committerEuAndreh <eu@euandre.org>2022-10-16 12:29:33 -0300
commit53e6cfbeb9267870ec0bbca210d143c5e3cf02b3 (patch)
treee18bde5a284761dc6bc02d124f5c4c2c89b2783d
parentetc/guix/home.scm: Increase GPG cache TTL (diff)
downloaddotfiles-53e6cfbeb9267870ec0bbca210d143c5e3cf02b3.tar.gz
dotfiles-53e6cfbeb9267870ec0bbca210d143c5e3cf02b3.tar.xz
etc/guix/home.scm: Remove custom SBCL package
-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