diff --git a/demilich/services.nix b/demilich/services.nix index 997414d..e861b1d 100644 --- a/demilich/services.nix +++ b/demilich/services.nix @@ -1,5 +1,6 @@ { config, pkgs, ... }: { + security.rtkit.enable = true; systemd = { user = { services = { @@ -82,6 +83,8 @@ pipewire = { enable = true; pulse.enable = true; + alsa.enable = true; + alsa.support32Bit = true; }; # Enable touchpad support (enabled default in most desktopManager). libinput.enable = true; @@ -93,4 +96,4 @@ }; }; }; -} +} \ No newline at end of file