mouse settings

This commit is contained in:
Rachel Lambda Samuelsson 2024-08-25 17:53:55 +02:00
parent 923cf653ff
commit 18527f0f3a
4 changed files with 28 additions and 6 deletions

View File

@ -194,6 +194,22 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1714253743,
"narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixprof": {
"inputs": {
"flake-utils": "flake-utils_3",
@ -220,16 +236,14 @@
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1724364293,
"narHash": "sha256-R/Jsd29RtrPoxr+NivHWIi+Zm63+G/1R539KtSQSycw=",
"lastModified": 1724556439,
"narHash": "sha256-gPR3sxkKxISUvydnqoj54znpUkK8av/HVFuFJuYUw3w=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "0b7f9b5eed2d221db4b6ed4dade0b4e9f50dfd6f",
"rev": "5c97fe8af2a2e561f14195ed357d8c451fdbff4c",
"type": "github"
},
"original": {

View File

@ -64,6 +64,7 @@
vcv-rack
nix-index
kdenlive
solaar
]) ++ [
extra.agda
unstable.zoom-us

View File

@ -101,6 +101,11 @@
};
}
];
configFile.kminputrc = {
"Mouse"."X11LibInputXAccelProfileFlat" = true;
"Mouse"."XLbInptPointerAcceleration" = 0;
};
};
home.packages = [

View File

@ -43,4 +43,6 @@
rules.enable = true;
oc-kmod.enable = true;
};
hardware.logitech.wireless.enable = true;
}