Forcibly disable pulseaudio

Gnome won't work otherwise
This commit is contained in:
GHOSCHT 2023-11-05 19:44:13 +01:00
parent b34ac0d6ae
commit 2fce58341e
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ with lib; {
};
config = mkIf (config.gnome.enable) {
hardware.pulseaudio.enable = false;
services = {
xserver = {
enable = true;