mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-04 14:46:23 -05:00
11 lines
218 B
Nix
11 lines
218 B
Nix
{...}: {
|
|
services.kmonad = {
|
|
enable = true;
|
|
keyboards = {
|
|
myKMonadOutput = {
|
|
device = "/dev/input/event0";
|
|
config = builtins.readFile ../../../files/keyboard.kbd;
|
|
};
|
|
};
|
|
};
|
|
}
|