Skip to content

Commit

Permalink
nix: use pipewire
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Jan 17, 2024
1 parent 1a9eab3 commit c50f04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ in
ntp = { enable = !config.services.chrony.enable; };
pipewire = {
enable = prefs.enablePipewire;
pulse = { enable = true; };
pulse = { enable = false; };
};
restic = {
backups = lib.optionalAttrs prefs.enableResticBackup
Expand Down
2 changes: 1 addition & 1 deletion nix/prefs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ let
type = "sendonly";
};
};
enablePipewire = false;
enablePipewire = true;
# Many packages depends on pulseaudio. If we set this to be false,
# then we will have to build a ton of packages.
enablePulseaudio = !self.enablePipewire;
Expand Down

0 comments on commit c50f04a

Please sign in to comment.