nixos/system/core/input.nix
2025-06-26 16:58:58 +02:00

4 lines
47 B
Nix

{ ... }:
{
services.ratbagd.enable = true;
}