diff options
Diffstat (limited to 'etc/guix/home.scm')
-rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4f2eeae..c3b7af2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -322,8 +322,7 @@ left it off the last time it was used.") (append (list curl-openssl) (map (compose list specification->package+output symbol->string) - '(awscli@1 - openfortivpn)))) + '(openfortivpn)))) (home-environment (packages |