2024-08-06 15:00:54 +01:00
|
|
|
{ ... }:
|
2024-07-10 08:27:17 +01:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./work.nix
|
|
|
|
./desktop/plasma/default.nix
|
|
|
|
];
|
2024-08-06 15:00:54 +01:00
|
|
|
programs.plasma = {
|
|
|
|
input.touchpads = [
|
|
|
|
{
|
|
|
|
disableWhileTyping = true;
|
|
|
|
enable = true;
|
|
|
|
leftHanded = false;
|
|
|
|
middleMouseEmulation = true;
|
|
|
|
name = "DELL0A21:00 0488:1024 Touchpad";
|
|
|
|
naturalScroll = true;
|
|
|
|
productId = "4132";
|
|
|
|
tapToClick = true;
|
|
|
|
vendorId = "1160";
|
|
|
|
}
|
|
|
|
];
|
2024-07-10 15:19:45 +01:00
|
|
|
configFile = {
|
2024-08-06 15:00:54 +01:00
|
|
|
bluedevilglobalrc.Global.launchState.value = "disable";
|
2024-07-10 15:19:45 +01:00
|
|
|
};
|
2024-07-10 08:27:17 +01:00
|
|
|
};
|
2024-07-03 07:15:39 +01:00
|
|
|
}
|