Add piper, fix issues
This commit is contained in:
parent
8a77bc9652
commit
ef578a4488
4 changed files with 502 additions and 2 deletions
4
modules/common-desktop/piper.nix
Normal file
4
modules/common-desktop/piper.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
services.ratbagd.enable = true;
|
||||
environment.systemPackages = [pkgs.piper];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue