From 3746f49c24e90f156c376fa4a88447cbbf66a08b Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 6 Jan 2026 11:52:27 -0600 Subject: [PATCH] update keyd --- flakes/de_plasma/de_plasma.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flakes/de_plasma/de_plasma.nix b/flakes/de_plasma/de_plasma.nix index 475c4934..63b4bf0c 100644 --- a/flakes/de_plasma/de_plasma.nix +++ b/flakes/de_plasma/de_plasma.nix @@ -158,9 +158,10 @@ in services.xserver.xkb = { layout = "us"; }; + + users.groups.keyd = mkIf (!cfg.disableKeyd) { }; services.keyd = mkIf (!cfg.disableKeyd) { enable = true; - users.groups.keyd = { }; keyboards.default.settings = { main = { capslock = "escape";