pulseaudio: install 15.0 from a local nixpkgs git checkout for testing purposes
This commit is contained in:
parent
5f24ee5c5d
commit
c13f432daa
|
@ -6,6 +6,7 @@
|
|||
|
||||
let
|
||||
unstable = import <nixos-unstable> { };
|
||||
localfork = import /home/spiollinux/src/nixpkgs { };
|
||||
|
||||
in
|
||||
{
|
||||
|
@ -139,9 +140,7 @@ in
|
|||
settings.General.Disable = "Headset"; # disable headset profile
|
||||
};
|
||||
hardware.pulseaudio = {
|
||||
package = pkgs.pulseaudioFull;
|
||||
# advanced but proprietary audio codecs for Bluetooth
|
||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
package = localfork.pulseaudioFull;
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
|
|
Loading…
Reference in a new issue