add pulseaudioFull

This commit is contained in:
Frost-Phoenix 2024-06-25 18:45:29 +02:00
parent 59a6e2962f
commit 746b69121a

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
sound.enable = true;
hardware.pulseaudio.enable = false;
@ -9,4 +9,7 @@
pulse.enable = true;
# lowLatency.enable = true;
};
environment.systemPackages = with pkgs; [
pulseaudioFull
];
}