1757628813

This commit is contained in:
2025-09-11 16:13:33 -06:00
parent 2eb67c51ed
commit ff3606acaf
9 changed files with 100 additions and 80 deletions

View File

@@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{
# Pulse Audio
security.rtkit.enable = true;
# Pipewire
@@ -11,4 +10,4 @@
alsa.support32Bit = true;
pulse.enable = true;
};
}
}