Re-enable audio

This commit is contained in:
Johannes Jöns 2023-04-18 14:59:20 +02:00
parent e4672a1bf8
commit b0500b1b1e
2 changed files with 1 additions and 6 deletions

View file

@ -25,10 +25,5 @@ in
};
hardware.pulseaudio.enable = mkForce false;
environment.systemPackages = with pkgs; [
pulsemixer
pavucontrol
];
};
}

View file

@ -74,7 +74,7 @@
custom.system.boot.uefi.enable = true;
custom.system.xdg.enable = true;
custom.system.fonts.enable = true;
#custom.hardware.audio.enable = true;
custom.hardware.audio.enable = true;
custom.hardware.printing.enable = true;
custom.system.ssh.enable = true;