diff options
author | EuAndreh <eu@euandre.org> | 2022-12-02 18:25:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-02 18:25:05 -0300 |
commit | cf72eb442153f7751caab871c859571e64c999de (patch) | |
tree | 029c03a00046337b01711274b2e2075414097fb1 /etc | |
parent | etc/guix/home.scm: Use exported environment variables over custom build of gP... (diff) | |
download | dotfiles-cf72eb442153f7751caab871c859571e64c999de.tar.gz dotfiles-cf72eb442153f7751caab871c859571e64c999de.tar.xz |
etc/guix/home.scm: Remove unused (xdg-config-home ...) function
Diffstat (limited to 'etc')
-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 |