This commit is contained in:
2026-02-07 22:11:44 +03:00
parent 94ab681057
commit 1b5e642963
12 changed files with 115 additions and 2033 deletions
+5
View File
@@ -1,6 +1,10 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
pavucontrol
];
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@@ -8,5 +12,6 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
wireplumber.enable = true;
};
}