installer: Enable pulseaudio in all graphical iso's

This commit is contained in:
Elis Hirwing 2019-02-21 23:04:33 +01:00
parent f3294b93ec
commit 6483e75afa
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -31,6 +31,10 @@ with lib;
# there is no power management backend such as upower).
powerManagement.enable = true;
# Enable sound in graphical iso's.
hardware.pulseaudio.enable = true;
hardware.pulseaudio.systemWide = true; # Needed since we run plasma as root.
environment.systemPackages = [
# Include gparted for partitioning disks.
pkgs.gparted