add pulseaudioFull
This commit is contained in:
parent
59a6e2962f
commit
746b69121a
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
@ -9,4 +9,7 @@
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
# lowLatency.enable = true;
|
# lowLatency.enable = true;
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pulseaudioFull
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue