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

8 lines
145 B
Nix
Raw Normal View History

2025-05-31 20:44:18 -05:00
{ matchHelper, ... }:
[
(matchHelper ":up" "")
(matchHelper ":down" "")
(matchHelper ":left" "")
(matchHelper ":right" "")
]