fix xkb issues, change espanso formatting
This commit is contained in:
parent
ef0ae94080
commit
a100acda87
4 changed files with 18 additions and 15 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue