From 1dcf5d9c6802a68fba930bc59c72414046fa0b35 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 9 Jul 2024 19:21:53 -0300 Subject: [PATCH] home-environments: radio: Add more items in __done_exclude environment variable --- home-environments/radio.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index 9751d05..015fea9 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -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