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" "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": { "nixprof": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
@ -220,16 +236,14 @@
"home-manager": [ "home-manager": [
"home-manager" "home-manager"
], ],
"nixpkgs": [ "nixpkgs": "nixpkgs_2"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1724364293, "lastModified": 1724556439,
"narHash": "sha256-R/Jsd29RtrPoxr+NivHWIi+Zm63+G/1R539KtSQSycw=", "narHash": "sha256-gPR3sxkKxISUvydnqoj54znpUkK8av/HVFuFJuYUw3w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "plasma-manager", "repo": "plasma-manager",
"rev": "0b7f9b5eed2d221db4b6ed4dade0b4e9f50dfd6f", "rev": "5c97fe8af2a2e561f14195ed357d8c451fdbff4c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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

View File

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