mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
Add module for piper
This commit is contained in:
parent
a2d6373232
commit
2966ab79d6
@ -25,6 +25,7 @@
|
|||||||
./modules/nix
|
./modules/nix
|
||||||
./modules/npm
|
./modules/npm
|
||||||
./modules/home-manager
|
./modules/home-manager
|
||||||
|
./modules/piper
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
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…
x
Reference in New Issue
Block a user