diff options
| author | EuAndreh <eu@euandre.org> | 2022-05-15 19:22:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-05-15 19:22:09 -0300 |
| commit | b158ca31c296f28f09a0a6bc4d329e64243e5860 (patch) | |
| tree | 06811419f956bcddc882c3586e21713679a98210 | |
| parent | etc/bash/rc: Remove FIXME marker from bash-completion handling (diff) | |
| download | dotfiles-b158ca31c296f28f09a0a6bc4d329e64243e5860.tar.gz dotfiles-b158ca31c296f28f09a0a6bc4d329e64243e5860.tar.xz | |
etc/guix/home.scm: Move FIXME marker to TODOs.md
| -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 |
