Re-enable audio

This commit is contained in:
jopejoe1 2023-04-18 14:59:20 +02:00
parent e4672a1bf8
commit b0500b1b1e
2 changed files with 1 additions and 6 deletions

View file

@ -25,10 +25,5 @@ in
};
hardware.pulseaudio.enable = mkForce false;
environment.systemPackages = with pkgs; [
pulsemixer
pavucontrol
];
};
}