Add piper and ratbagd for gunter
This commit is contained in:
parent
a4af92cd27
commit
15e1dac9b4
@ -13,6 +13,7 @@
|
||||
./ollama.nix
|
||||
./streamdeck.nix
|
||||
./alvr.nix
|
||||
./ratbagd.nix
|
||||
../../system
|
||||
../../home/gunter.nix
|
||||
];
|
||||
|
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 ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user