aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/pipewire.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/optional/pipewire.nix')
-rw-r--r--hosts/common/optional/pipewire.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix
index a2c9b1a..f87dea4 100644
--- a/hosts/common/optional/pipewire.nix
+++ b/hosts/common/optional/pipewire.nix
@@ -1,11 +1,11 @@
{ pkgs, ... }:
{
- environment.systemPackages = with pkgs; [
- easyeffects
- pamixer
- pavucontrol
- pwvucontrol
- qpwgraph
+ environment.systemPackages = [
+ pkgs.easyeffects
+ #pkgs.pamixer
+ pkgs.pavucontrol
+ pkgs.pwvucontrol
+ pkgs.qpwgraph
];
security.pam.loginLimits = [
@@ -22,11 +22,11 @@
alsa.support32Bit = true;
enable = true;
jack.enable = true;
- package = pkgs.master.pipewire;
+ #package = pkgs.master.pipewire;
pulse.enable = true;
wireplumber = {
enable = true;
- package = pkgs.master.wireplumber;
+ #package = pkgs.master.wireplumber;
};
# use the example session manager (no others are packaged yet so this is enabled by default,