profiles/graphical.nix: Enable pulseaudio for virtualbox appliances

This commit is contained in:
Elis Hirwing 2019-02-22 07:23:59 +01:00
parent 6483e75afa
commit d1c2805eb5
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -14,5 +14,9 @@
libinput.enable = true; # for touchpad support on many laptops
};
# Enable sound in virtualbox appliances.
hardware.pulseaudio.enable = true;
hardware.pulseaudio.systemWide = true; # Needed since we run plasma as root.
environment.systemPackages = [ pkgs.glxinfo pkgs.firefox ];
}