alsa-ucm-conf: fixes in 1.2.11 which is in nixpkgs

This commit is contained in:
Adam Stephens 2024-02-28 11:44:43 -05:00
parent d51db7b3b4
commit 8bc8de7068
No known key found for this signature in database
2 changed files with 0 additions and 14 deletions

View file

@ -25,8 +25,6 @@ let
throw "Unsupported kernel"
);
dtb = "${linuxPackages_x13s.kernel}/dtbs/qcom/${dtbName}";
alsa-ucm-conf-env.ALSA_CONFIG_UCM2 = "${x13sPackages."x13s/alsa-ucm-conf"}/share/alsa/ucm2";
in
{
options.nixos-x13s = {
@ -64,10 +62,6 @@ in
};
};
environment.sessionVariables = alsa-ucm-conf-env;
systemd.user.services.pipewire.environment = alsa-ucm-conf-env;
systemd.user.services.wireplumber.environment = alsa-ucm-conf-env;
boot = {
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.enable = lib.mkDefault true;