From a4136e2e58419d2b9e8971f478b4fc836d384d10 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 17 Dec 2025 23:39:03 -0600 Subject: [PATCH] add option to disable keyd --- flakes/de_plasma/de_plasma.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flakes/de_plasma/de_plasma.nix b/flakes/de_plasma/de_plasma.nix index d8f1d26c..42bba548 100644 --- a/flakes/de_plasma/de_plasma.nix +++ b/flakes/de_plasma/de_plasma.nix @@ -39,6 +39,8 @@ in description = "Enable SDDM Wayland and Plasma Wayland session."; }; + disableKeyd = lib.mkEnableOption "Disable keyd service for Plasma"; + appearance.dark.enable = mkOption { type = types.bool; default = true; @@ -156,7 +158,7 @@ in services.xserver.xkb = { layout = "us"; }; - services.keyd = { + services.keyd = mkIf (!cfg.disableKeyd) { enable = true; keyboards.default.settings = { main = {