diff --git a/.gitignore b/.gitignore index e81be07..32cf8df 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index 20d6267..9c8943c 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -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);