diff options
| -rw-r--r-- | etc/guix/home.scm | 5 |
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") |
