Files
Foundry/hosts/nixos/common/optional/keyd.nix
T
2026-08-06 09:53:42 -03:00

6 lines
48 B
Nix

{
services.keyd = {
enable = true;
};
}