mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: lint
This commit is contained in:
parent
f8b776f289
commit
a9fdfd8bac
4 changed files with 17 additions and 23 deletions
|
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue