nixos/hosts/gunter/ratbagd.nix
Torjus Håkestad 15e1dac9b4
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s
Periodic flake update / flake-update (push) Successful in 1m20s
Add piper and ratbagd for gunter
2025-03-05 21:24:32 +01:00

6 lines
106 B
Nix

{ pkgs, ... }:
{
services.ratbagd.enable = true;
environment.systemPackages = with pkgs; [ piper ];
}