1
0
forked from extern/nix-config
donovanglover-nix-config/modules/piper.nix

8 lines
102 B
Nix
Raw Normal View History

2023-06-22 17:13:46 +02:00
{ pkgs, ... }:
{
2023-05-17 17:51:52 +02:00
services.ratbagd.enable = true;
environment.systemPackages = [ pkgs.piper ];
2023-05-17 17:51:52 +02:00
}