Add piper and ratbagd for gunter
This commit is contained in:
5
hosts/gunter/ratbagd.nix
Normal file
5
hosts/gunter/ratbagd.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.ratbagd.enable = true;
|
||||
environment.systemPackages = with pkgs; [ piper ];
|
||||
}
|
Reference in New Issue
Block a user