Auto-commit: 2026-01-05 20:31:10

This commit is contained in:
2026-01-05 20:31:10 +00:00
parent ec46b6a380
commit 303caf5da3

View File

@@ -1,6 +1,6 @@
{ config, lib, ... }: { config, lib, ... }:
{ {
pipewire = lib.mkIf config.my.desktop.enable { services.pipewire = lib.mkIf config.my.desktop.enable {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;