From 47ae93df693506c74d4c0360b3d17680bc4bc772 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 13 Aug 2024 00:37:55 -0300 Subject: [PATCH] home-environments: radio: Set __done_exclude environment variable value to a list --- home-environments/radio.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index 25082b3..b4ccd0b 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -367,12 +367,11 @@ #|Plugins|# ("__done_allow_nongraphical" . "1") ("__done_exclude" - . ,(format #f "~{'^~a' ~}" - (list #|G|# "git" "guix (edit|repl|shell)" - #|K|# "kak" - #|L|# "lf" - #|M|# "mpv" - #|N|# "newsraft"))) + . (#|G|# "^git" "'^guix (edit|repl|shell)'" + #|K|# "^kak" + #|L|# "^lf" + #|M|# "^mpv" + #|N|# "^newsraft")) ("__done_notification_command" . "notify-send '$title' '$message'"))) (aliases