fcitx5 + katana
This commit is contained in:
16
system-modules/kanata.nix
Normal file
16
system-modules/kanata.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.kanata = {
|
||||
enable = true;
|
||||
package = pkgs.kanata;
|
||||
keyboards.default.config = ''
|
||||
(defsrc
|
||||
caps
|
||||
)
|
||||
(deflayer default
|
||||
esc
|
||||
)
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user