commit df389a7351714d0ba2b3f253c3ceeb7cd795e984 parent e5edc307b7aa000b77205348a8a50e6d202407d8 Author: breadcat <breadcat@users.noreply.github.com> Date: Wed, 5 Aug 2026 12:39:00 +0100 Disable notifications in Espanso Diffstat:
| M | home/espanso.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/home/espanso.nix b/home/espanso.nix @@ -5,6 +5,7 @@ enable = true; configs = { default = { + show_notifications = false; keyboard_layout = { layout = "gb"; };