home-environments: radio: Fix __done_exclude env var value

impermanence
Luis Guilherme Coelho 2024-07-09 19:56:39 -03:00
parent ee82b73c7a
commit 104b33db08
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 6 additions and 6 deletions

View File

@ -361,12 +361,12 @@
#|Plugins|#
("__done_allow_nongraphical" . "1")
("__done_exclude"
. (map (partial string-append "^")
(list #|G|# "git" "guix (edit|repl|shell)"
#|K|# "kak"
#|L|# "lf"
#|M|# "mpv"
#|N|# "newsraft")))
. ,(format #f "~{'^~a' ~}"
(list #|G|# "git" "guix (edit|repl|shell)"
#|K|# "kak"
#|L|# "lf"
#|M|# "mpv"
#|N|# "newsraft")))
("__done_notification_command"
. "notify-send '$title' '$message'")))
(aliases