mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-13 20:07:03 +01:00
6 lines
101 B
Nix
6 lines
101 B
Nix
{ pkgs, ... }: {
|
|
services.ratbagd.enable = true;
|
|
|
|
environment.systemPackages = [ pkgs.piper ];
|
|
}
|