update dayo

This commit is contained in:
2025-02-08 10:44:12 -05:00
parent 6672ed061a
commit 1916695202
7 changed files with 138 additions and 69 deletions

17
mods/kmonad.nix Normal file
View File

@@ -0,0 +1,17 @@
{ config, lib, pkgs, ... }:
{
services.kmonad = {
enable = true;
keyboards = {
myKMonadOutput = {
device = "/dev/input/by-id/usb-SteelSeries_SteelSeries_Rival_5-if01-event-mouse";
config = builtins.readFile ../quirky/testing.kbd;
};
};
};
}