audio: accomodate changes in nixpkgs

This commit is contained in:
Christoph Hollizeck 2025-01-12 12:28:49 +01:00
parent 62a27d27af
commit d28b38fc94
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 4 additions and 1 deletions

View file

@ -24,7 +24,7 @@ in
programs.noisetorch.enable = true;
hardware.pulseaudio = disabled;
services.pulseaudio = disabled;
security.rtkit.enable = true;
services.pipewire = {

View file

@ -0,0 +1,3 @@
{ channels, ... }:
final: prev: { inherit (channels.nixpkgs-pyfa) pyfa; }