From 53e6cfbeb9267870ec0bbca210d143c5e3cf02b3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Oct 2022 12:29:33 -0300 Subject: etc/guix/home.scm: Remove custom SBCL package --- etc/guix/home.scm | 4 ---- 1 file changed, 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 -- cgit v1.2.3