Removed deprecated sound

This commit is contained in:
soraefir
2024-07-21 11:09:09 +02:00
parent c88ba54f77
commit c8fe860b6e

View File

@@ -2,7 +2,7 @@
let cfg = config.syscfg.make.gui; let cfg = config.syscfg.make.gui;
in { in {
config = lib.mkIf cfg { config = lib.mkIf cfg {
sound.enable = true; # sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {