nixos/graphical: don't enable Pulseaudio

This commit is contained in:
K900 2024-09-04 13:45:02 +03:00
parent 2ed8e5f614
commit 644cf688b3

View File

@ -14,8 +14,5 @@
libinput.enable = true; # for touchpad support on many laptops
};
# Enable sound in virtualbox appliances.
hardware.pulseaudio.enable = true;
environment.systemPackages = [ pkgs.mesa-demos pkgs.firefox ];
}