Skip to content

Commit

Permalink
pipewire on chungus
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Mar 23, 2024
1 parent f001090 commit 4de55f4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions machines/chungus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ with lib; {
desktopManager.xfce.enable = true;
};

# AMD Starship/Matisse Audio is broken on pipewire, maybe this fixes?
services.pipewire.enable = mkForce false;
hardware.pulseaudio.enable = mkForce true;
services.pipewire = {
enable = mkForce true;
jack.enable = true;
wireplumber.enable = true;
pulse.enable = true;
};
# hardware.pulseaudio.enable = mkForce true;

services.blueman.enable = true;

Expand Down

0 comments on commit 4de55f4

Please sign in to comment.