enable rtkit and alsa for pipewire

This commit is contained in:
2026-09-03 18:50:06 -05:00
parent cb31edd30a
commit 7bd24eaea6

View File

@@ -1,5 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
security.rtkit.enable = true;
systemd = { systemd = {
user = { user = {
services = { services = {
@@ -82,6 +83,8 @@
pipewire = { pipewire = {
enable = true; enable = true;
pulse.enable = true; pulse.enable = true;
alsa.enable = true;
alsa.support32Bit = true;
}; };
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
libinput.enable = true; libinput.enable = true;