Try kanata for configuring my laptop keyboard

This commit is contained in:
Oliver Davies 2024-10-31 18:01:23 +00:00
parent 11a75714f9
commit 586aa7f207
2 changed files with 48 additions and 1 deletions

View file

@ -1 +1,6 @@
{ imports = [ ./docker.nix ]; }
{
imports = [
./docker.nix
./kanata.nix
];
}