fix: add rtkit and pipewire service for uConsole audio

This commit is contained in:
2026-06-20 18:16:43 -04:00
parent bf2500dce8
commit a97c68fd81

View File

@@ -26,6 +26,14 @@
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# Firmware # Firmware
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
# RealtimeKit for PipeWire audio
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
# Hyprland Wayland compositor (manual start — no SDDM) # Hyprland Wayland compositor (manual start — no SDDM)
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;