2024-08-06 15:00:54 +01:00
|
|
|
{ ... }:
|
2024-07-30 15:06:34 +01:00
|
|
|
{
|
2024-07-10 08:27:17 +01:00
|
|
|
imports = [
|
|
|
|
./personal.nix
|
|
|
|
./desktop/plasma/default.nix
|
2024-07-08 11:24:43 +01:00
|
|
|
];
|
2024-08-06 15:00:54 +01:00
|
|
|
programs.plasma = {
|
|
|
|
input.touchpads = [
|
|
|
|
{
|
|
|
|
disableWhileTyping = true;
|
|
|
|
enable = true;
|
|
|
|
leftHanded = false;
|
|
|
|
middleMouseEmulation = true;
|
|
|
|
name = "SYNA32AA:00 06CB:CE17 Touchpad";
|
|
|
|
naturalScroll = true;
|
|
|
|
productId = "52759";
|
|
|
|
tapToClick = true;
|
|
|
|
vendorId = "1739";
|
|
|
|
}
|
|
|
|
];
|
2024-08-04 10:43:27 +01:00
|
|
|
configFile = {
|
2024-08-06 15:00:54 +01:00
|
|
|
bluedevilglobalrc.Global.launchState.value = "disable";
|
2024-08-04 10:43:27 +01:00
|
|
|
};
|
2024-07-10 08:27:17 +01:00
|
|
|
};
|
2024-07-03 07:15:39 +01:00
|
|
|
}
|