This website works better with JavaScript
Home
Explore
Help
Sign In
control
/
home
Watch
1
Star
0
Fork
0
Files
Tree:
cf3f6154b7
Branches
Tags
master
home
/
hosts
/
meili
/
kanata.nix
kanata.nix
95 B
History
Raw
1
2
3
4
5
6
{
services.kanata = {
enable = true;
config = builtins.readFile ./kanata.kbd;
};
}