dotfiles/modules/home/gui/apps/tools/espanso/config/logic.nix

12 lines
272 B
Nix
Raw Normal View History

2025-05-31 20:44:18 -05:00
{ matchHelper, ... }:
[
(matchHelper ":neg" "¬")
(matchHelper ":conj" "")
(matchHelper ":disj" "")
(matchHelper ":imp" "")
(matchHelper ":bicon" "")
(matchHelper ":forall" "")
(matchHelper ":exist" "")
(matchHelper ":therefore" "")
]