Compare commits
2 commits
d130ffb20d
...
0b3613086c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b3613086c | |||
| ce51dd5dd3 |
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
repl-result*
|
||||||
|
|
||||||
# ---> Kate
|
# ---> Kate
|
||||||
# Ignore kate's swap files
|
# Ignore kate's swap files
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,11 @@ in {
|
||||||
vendorId = "3434";
|
vendorId = "3434";
|
||||||
name = "Keychron Keychron M6 ";
|
name = "Keychron Keychron M6 ";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
productId = "d03f";
|
||||||
|
vendorId = "3434";
|
||||||
|
name = "Keychron M6 Mouse";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
lib.lists.forEach mice (miceInfo: miceInfo // settings);
|
lib.lists.forEach mice (miceInfo: miceInfo // settings);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue