diff --git a/.gitignore b/.gitignore index 32cf8df..e81be07 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ # 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 9c8943c..20d6267 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -116,11 +116,6 @@ in { vendorId = "3434"; name = "Keychron Keychron M6 "; } - { - productId = "d03f"; - vendorId = "3434"; - name = "Keychron M6 Mouse"; - } ]; in lib.lists.forEach mice (miceInfo: miceInfo // settings);