Compare commits

..

No commits in common. "0b3613086c52fde421d71d97d522e212abbb6fc6" and "d130ffb20d6bea749d700bfcf09ed1fcdc2cff28" have entirely different histories.

2 changed files with 0 additions and 6 deletions

1
.gitignore vendored
View file

@ -2,7 +2,6 @@
# 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,11 +116,6 @@ 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);