mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Fix __done_exclude env var value
parent
ee82b73c7a
commit
104b33db08
|
@ -361,12 +361,12 @@
|
||||||
#|Plugins|#
|
#|Plugins|#
|
||||||
("__done_allow_nongraphical" . "1")
|
("__done_allow_nongraphical" . "1")
|
||||||
("__done_exclude"
|
("__done_exclude"
|
||||||
. (map (partial string-append "^")
|
. ,(format #f "~{'^~a' ~}"
|
||||||
(list #|G|# "git" "guix (edit|repl|shell)"
|
(list #|G|# "git" "guix (edit|repl|shell)"
|
||||||
#|K|# "kak"
|
#|K|# "kak"
|
||||||
#|L|# "lf"
|
#|L|# "lf"
|
||||||
#|M|# "mpv"
|
#|M|# "mpv"
|
||||||
#|N|# "newsraft")))
|
#|N|# "newsraft")))
|
||||||
("__done_notification_command"
|
("__done_notification_command"
|
||||||
. "notify-send '$title' '$message'")))
|
. "notify-send '$title' '$message'")))
|
||||||
(aliases
|
(aliases
|
||||||
|
|
Loading…
Reference in New Issue