nixos/hosts/gunter/ratbagd.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
106 B
Nix
Raw Normal View History

2025-03-05 20:24:32 +00:00
{ pkgs, ... }:
{
services.ratbagd.enable = true;
environment.systemPackages = with pkgs; [ piper ];
}