fix xkb issues, change espanso formatting

This commit is contained in:
alisceon 2026-03-13 20:04:46 +01:00
parent ef0ae94080
commit a100acda87
4 changed files with 18 additions and 15 deletions

View file

@ -1,13 +1,14 @@
{ pkgs, repoRoot, ... }:
{ pkgs, lib, repoRoot, ... }:
{
services.espanso = {
enable = true;
waylandSupport = true;
configs.default = {
toggle_key = "OFF";
search_shortcut = "OFF";
preserve_clipboard = true;
show_notifications = true;
keyboard_layout.layout = "se";
keyboard_layout.layout = lib.mkDefault "se";
};
matches = {
base.matches = [