update keyd more

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 13:51:55 -06:00
parent 3746f49c24
commit d416563f3a

View file

@ -169,6 +169,11 @@ in
};
};
# `keyd` drops privileges via `setgid(2)`, but the upstream unit
# uses `RestrictSUIDSGID=yes`, which blocks that and causes:
# "setgid: Operation not permitted".
systemd.services.keyd.serviceConfig.RestrictSUIDSGID = mkIf (!cfg.disableKeyd) false;
# Home Manager modules (plasma-manager + our HM layer)
home-manager.sharedModules = [
plasma-manager.homeModules.plasma-manager