Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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);