diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-08-18 09:24:02 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-08-18 09:24:02 -0700 |
commit | fdcac76c8075242c263b4fd535fb069a96a55f90 (patch) | |
tree | 8354cbd8d83a6b5b0ea6b4eccd28a548d1eca5a5 /hosts/common/optional/pipewire.nix | |
parent | e74c912a47a6a0b178ec071f2df0f82559d64d99 (diff) | |
download | nix-fdcac76c8075242c263b4fd535fb069a96a55f90.tar nix-fdcac76c8075242c263b4fd535fb069a96a55f90.tar.gz nix-fdcac76c8075242c263b4fd535fb069a96a55f90.tar.bz2 nix-fdcac76c8075242c263b4fd535fb069a96a55f90.tar.lz nix-fdcac76c8075242c263b4fd535fb069a96a55f90.tar.xz nix-fdcac76c8075242c263b4fd535fb069a96a55f90.tar.zst nix-fdcac76c8075242c263b4fd535fb069a96a55f90.zip |
Revert all hosts to unstable
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/pipewire.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix index ef50b9c..fc558c7 100644 --- a/hosts/common/optional/pipewire.nix +++ b/hosts/common/optional/pipewire.nix @@ -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, |