mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add more items in __done_exclude environment variable
parent
c71e3102f2
commit
1dcf5d9c68
|
@ -350,7 +350,13 @@
|
||||||
|
|
||||||
#|Plugins|#
|
#|Plugins|#
|
||||||
("__done_allow_nongraphical" . "1")
|
("__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"
|
("__done_notification_command"
|
||||||
. "notify-send '$title' '$message'")))
|
. "notify-send '$title' '$message'")))
|
||||||
(aliases
|
(aliases
|
||||||
|
|
Loading…
Reference in New Issue