remove plasma

This commit is contained in:
Sean Kovacs 2026-03-11 13:24:26 -04:00
commit 2b4acb3dd9
Signed by: sckova
GPG key ID: 00F325187C68651A
9 changed files with 0 additions and 391 deletions

View file

@ -36,25 +36,5 @@
y = 1440;
};
};
plasma = lib.mkDefault {
input.touchpads = [
{
name = "Apple MTP multi-touch";
vendorId = "05ac";
productId = "0352";
disableWhileTyping = false;
enable = true;
tapToClick = false;
naturalScroll = true;
accelerationProfile = "default";
}
];
shortcuts = {
# this is really annoying on apple laptops
org_kde_powerdevil.Sleep = [ ];
};
};
};
}