nixos/profiles/desktop: update audio subconfig

This commit is contained in:
Gabriel Arazas 2025-01-24 18:41:19 +08:00
parent 34b5c39f04
commit 1c8bf5aef1
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -2,7 +2,7 @@
{ lib, ... }:
{
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = lib.mkDefault true;
# The main preferred setup of our audio system.