Move and refactor Kanata configuration
All checks were successful
/ check (push) Successful in 1m41s
All checks were successful
/ check (push) Successful in 1m41s
This commit is contained in:
parent
1be1e2dd8d
commit
d19c5e6bcd
8 changed files with 54 additions and 73 deletions
5
modules2/hosts/t480/kanata/devices.nix
Normal file
5
modules2/hosts/t480/kanata/devices.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
flake.modules.nixos.pc.services.kanata.devices = [
|
||||
"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
||||
];
|
||||
}
|
3
modules2/hosts/t480/kanata/enable.nix
Normal file
3
modules2/hosts/t480/kanata/enable.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
flake.modules.nixos.pc.services.kanata.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue