Kde/plasma: add mouse settings

This commit is contained in:
Toast 2024-12-15 15:42:25 +01:00
parent a2eacddd44
commit 5895f4beb1

View file

@ -98,6 +98,25 @@ in {
layouts = [{layout = "es";}];
numlockOnStartup = "off";
};
mice = let
settings = {
enable = true;
accelerationProfile = "none";
};
mice = [
{
productId = "d030";
vendorId = "3434";
name = "Keychron Keychron Link ";
}
{
productId = "d03f";
vendorId = "3434";
name = "Keychron Keychron M6 ";
}
];
in
lib.lists.forEach mice (miceInfo: miceInfo // settings);
};
panels = [
{