aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-30 07:43:13 -0300
committerEuAndreh <eu@euandre.org>2022-11-30 07:43:13 -0300
commitc9f8c513cd0d5a7ff2aada283208428fbb5e03ff (patch)
tree3cd883b004ea17829caf4f96d609cbf8cbb32022 /etc
parentetc/sh/rc: Add $TZ variable (diff)
downloaddotfiles-c9f8c513cd0d5a7ff2aada283208428fbb5e03ff.tar.gz
dotfiles-c9f8c513cd0d5a7ff2aada283208428fbb5e03ff.tar.xz
etc/guix/home.scm: Remove custom build of OpenSSH
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/home.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index 0f3459c..68513f6 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -19,7 +19,6 @@
(gnu packages music)
(gnu packages wget)
(gnu packages lisp)
- (gnu packages ssh)
(gnu packages texinfo)
(gnu packages tmux)
(gnu packages version-control)
@@ -169,9 +168,6 @@
(getenv "HOME")
"/.guix-home/profile/lib/mpris.so")))
-(define openssh-with-options
- (with-options openssh "ssh" "-F \"$XDG_CONFIG_HOME\"/ssh/config"))
-
(define (xdg-config-home s)
(string-append (getenv "XDG_CONFIG_HOME") "/" s))
@@ -570,7 +566,6 @@
tmux-with-options
texinfo-with-options
mpv-with-options
- openssh-with-options
hunspell-iconv
gpodder-xdg
(hunspell-dictionary-utf8 "en")