This commit is contained in:
RingOfStorms (Josh) 2024-07-24 01:34:26 -05:00
parent b9d85bde08
commit 26ac62e239
2 changed files with 12 additions and 13 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
# Enable sound.
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.package = pkgs.pulseaudioFull;
environment.systemPackages = [ pkgs.pavucontrol ];