nixos/hosts/gunter/ratbagd.nix

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 ];
}