installer: Enable pulseaudio in all graphical iso's
This commit is contained in:
parent
f3294b93ec
commit
6483e75afa
@ -31,6 +31,10 @@ with lib;
|
|||||||
# there is no power management backend such as upower).
|
# there is no power management backend such as upower).
|
||||||
powerManagement.enable = true;
|
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 = [
|
environment.systemPackages = [
|
||||||
# Include gparted for partitioning disks.
|
# Include gparted for partitioning disks.
|
||||||
pkgs.gparted
|
pkgs.gparted
|
||||||
|
Loading…
Reference in New Issue
Block a user