modules.services.keyd: add keyd to systemPackages

This commit is contained in:
2025-11-22 23:47:56 +08:00
parent 2a7865fcbd
commit 4984093a1f

View File

@@ -17,5 +17,6 @@ inputs:
}; };
}; };
}; };
environment.systemPackages = [ inputs.pkgs.keyd ];
}; };
} }