dotfiles/modules/home/gui/apps/tools/espanso/config/base.nix
2025-05-31 20:44:18 -05:00

7 lines
145 B
Nix
Executable file

{ matchHelper, ... }:
[
(matchHelper ":up" "")
(matchHelper ":down" "")
(matchHelper ":left" "")
(matchHelper ":right" "")
]