audio: accomodate changes in nixpkgs
This commit is contained in:
parent
62a27d27af
commit
d28b38fc94
|
@ -24,7 +24,7 @@ in
|
|||
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
hardware.pulseaudio = disabled;
|
||||
services.pulseaudio = disabled;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
|
|
3
overlays/pyfa/default.nix
Normal file
3
overlays/pyfa/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ channels, ... }:
|
||||
|
||||
final: prev: { inherit (channels.nixpkgs-pyfa) pyfa; }
|
Loading…
Reference in a new issue