diff options
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4820850..f0f9f92 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -81,7 +81,7 @@ (define mpv-with-options (with-options mpv "mpv" (string-append "--script=" - (getenv "HOME") ;; (getenv "GUIX_PROFILE") ;; FIXME + (getenv "HOME") "/.guix-home/profile/lib/mpris.so"))) (define openssh-with-options |