diff options
-rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 5549a66..7b6cd1b 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -112,9 +112,6 @@ ANSI Common Lisp standard."#) (license licenses:public-domain))) -(define (xdg-config-home s) - (string-append (getenv "XDG_CONFIG_HOME") "/" s)) - (define (slurp name) (string-trim-both (call-with-input-file |