From 56fc1bda1af851119494b813e424425929d9c21d Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 19 Jan 2025 23:37:18 +0100 Subject: [PATCH] x13s: tweak audio --- nix/home-manager/profiles/wayland-desktop.nix | 10 +++++++--- nix/os/devices/steveej-x13s/configuration.nix | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/nix/home-manager/profiles/wayland-desktop.nix b/nix/home-manager/profiles/wayland-desktop.nix index 4f8fc22..2f0d2ee 100644 --- a/nix/home-manager/profiles/wayland-desktop.nix +++ b/nix/home-manager/profiles/wayland-desktop.nix @@ -47,14 +47,18 @@ in # TODO: whwat's this for? # wltype - pavucontrol - playerctl - pasystray qt5.qtwayland qt6.qtwayland # libsForQt5.qt5.qtwayland # libsForQt6.qt6.qtwayland + # audio + playerctl + helvum + pasystray + sonusmix + pwvucontrol + # probably required by flameshot # xdg-desktop-portal xdg-desktop-portal-wlr # grim diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index 25ed3a8..649472f 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -227,9 +227,9 @@ loader.efi.efiSysMountPoint = "/boot"; blacklistedKernelModules = [ "wwan" - "qcom_soundwire" - "snd_soc_qcom_sdw" - "snd_soc_sc8280xp" + # "qcom_soundwire" + # "snd_soc_qcom_sdw" + # "snd_soc_sc8280xp" ]; };