diff options
author | EuAndreh <eu@euandre.org> | 2022-10-16 12:29:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-16 12:29:33 -0300 |
commit | 53e6cfbeb9267870ec0bbca210d143c5e3cf02b3 (patch) | |
tree | e18bde5a284761dc6bc02d124f5c4c2c89b2783d | |
parent | etc/guix/home.scm: Increase GPG cache TTL (diff) | |
download | dotfiles-53e6cfbeb9267870ec0bbca210d143c5e3cf02b3.tar.gz dotfiles-53e6cfbeb9267870ec0bbca210d143c5e3cf02b3.tar.xz |
etc/guix/home.scm: Remove custom SBCL package
-rw-r--r-- | etc/guix/home.scm | 4 |
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 |