home-environments: radio: Add more items in __done_exclude environment variable

impermanence
Luis Guilherme Coelho 2024-07-09 19:21:53 -03:00
parent c71e3102f2
commit 1dcf5d9c68
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 7 additions and 1 deletions

View File

@ -350,7 +350,13 @@
#|Plugins|#
("__done_allow_nongraphical" . "1")
("__done_exclude" . "^git ^kak ^lf ^mpv ^newsraft")
("__done_exclude"
. (map (partial string-append "^")
(list #|G|# "git" "guix (edit|repl|shell)"
#|K|# "kak"
#|L|# "lf"
#|M|# "mpv"
#|N|# "newsraft")))
("__done_notification_command"
. "notify-send '$title' '$message'")))
(aliases