trying to fix davinci recording

This commit is contained in:
2026-07-30 19:37:52 +01:00
parent 88266b040f
commit 56aed1cf2d

View File

@@ -8,12 +8,16 @@
lib,
...
}: {
environment.systemPackages = with pkgs; [
playerctl
pavucontrol
];
environment.systemPackages = with pkgs; [
playerctl
pavucontrol
pulseaudioFull
];
services.pulseaudio.enable = false;
security.rtkit.enable = true;
nixpkgs.config.pulseaudio = true;
services.pipewire = {
enable = true;
alsa.enable = true;