mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
8 lines
102 B
Nix
8 lines
102 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
services.ratbagd.enable = true;
|
|
|
|
environment.systemPackages = [ pkgs.piper ];
|
|
}
|