add audio device to deck
This commit is contained in:
parent
9c20308df7
commit
affce965f2
1 changed files with 10 additions and 0 deletions
|
|
@ -65,6 +65,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Sound configuration with PipeWire (required for Jovian's DSP layer)
|
||||||
|
services.pulseaudio.enable = false; # Disable PulseAudio in favor of PipeWire
|
||||||
|
security.rtkit.enable = true; # RealtimeKit for low-latency audio
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true; # ALSA compatibility
|
||||||
|
alsa.support32Bit = true; # 32-bit game support
|
||||||
|
pulse.enable = true; # PulseAudio compatibility for apps
|
||||||
|
};
|
||||||
|
|
||||||
# Jovian Steam Deck configuration
|
# Jovian Steam Deck configuration
|
||||||
jovian = {
|
jovian = {
|
||||||
hardware.has.amd.gpu = true; # Enables backlight control and early modesetting
|
hardware.has.amd.gpu = true; # Enables backlight control and early modesetting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue