audio: accomodate changes in nixpkgs
This commit is contained in:
parent
8a57979619
commit
5c214e7a44
2 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,7 @@ in
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio = disabled;
|
services.pulseaudio = disabled;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
services.pipewire = {
|
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…
Add table
Add a link
Reference in a new issue