Files
mjallen18 3d213c8769 nixfmt
2025-07-24 11:06:08 -05:00

5 lines
66 B
Nix

{ lib, ... }:
{
services.ratbagd.enable = lib.mkDefault true;
}