fix: lint

This commit is contained in:
Nickolaj Jepsen 2025-05-06 23:10:41 +02:00
parent f8b776f289
commit a9fdfd8bac
4 changed files with 17 additions and 23 deletions

View file

@ -1,8 +1,8 @@
{...}: {
_: {
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
ids = ["*"];
settings = {
main = {
# Bind mouse-foward to meta+middlemouse if held
@ -13,4 +13,4 @@
};
};
};
}
}