added playerctl to audio module

This commit is contained in:
2026-07-07 11:38:05 +01:00
parent da03a794a4
commit a47e0d751a

View File

@@ -8,6 +8,10 @@
lib,
...
}: {
environment.systemPackages = with pkgs; [
playerctl
pavucontrol
];
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {