mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
keyd, anki
This commit is contained in:
parent
a32917bd22
commit
6e0352c089
3 changed files with 38 additions and 18 deletions
|
|
@ -35,6 +35,7 @@
|
|||
../../modules/nixos/programs/thunderbird.nix
|
||||
../../modules/nixos/programs/waydroid.nix
|
||||
../../modules/nixos/programs/wine.nix
|
||||
../../modules/nixos/programs/dolphin.nix
|
||||
|
||||
# services
|
||||
../../modules/nixos/services/docker.nix
|
||||
|
|
|
|||
|
|
@ -16,4 +16,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
# See https://github.com/rvaiya/keyd?tab=readme-ov-file#faqs
|
||||
environment.etc."libinput/local-overrides.quirks".text = ''
|
||||
[Serial Keyboards]
|
||||
MatchUdevType=keyboard
|
||||
MatchName=keyd*keyboard
|
||||
AttrKeyboardIntegration=internal
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue