mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 14:18:37 +01:00
Add module for piper
This commit is contained in:
parent
a2d6373232
commit
2966ab79d6
@ -25,6 +25,7 @@
|
||||
./modules/nix
|
||||
./modules/npm
|
||||
./modules/home-manager
|
||||
./modules/piper
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
7
modules/piper/default.nix
Normal file
7
modules/piper/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.piper ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user