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
|
let
|
||||||
unstable = import <nixos-unstable> { };
|
unstable = import <nixos-unstable> { };
|
||||||
|
localfork = import /home/spiollinux/src/nixpkgs { };
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -139,9 +140,7 @@ in
|
||||||
settings.General.Disable = "Headset"; # disable headset profile
|
settings.General.Disable = "Headset"; # disable headset profile
|
||||||
};
|
};
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
package = pkgs.pulseaudioFull;
|
package = localfork.pulseaudioFull;
|
||||||
# advanced but proprietary audio codecs for Bluetooth
|
|
||||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
|
Loading…
Reference in a new issue