Kde/plasma: add mouse settings
This commit is contained in:
parent
a2eacddd44
commit
5895f4beb1
1 changed files with 19 additions and 0 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue