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
result
result-*
repl-result*
# ---> Kate
# Ignore kate's swap files

View file

@ -116,6 +116,11 @@ in {
vendorId = "3434";
name = "Keychron Keychron M6 ";
}
{
productId = "d03f";
vendorId = "3434";
name = "Keychron M6 Mouse";
}
];
in
lib.lists.forEach mice (miceInfo: miceInfo // settings);