From 17433101a5cad46c0b36429a2d7e4881d055bae9 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 9 Aug 2024 18:38:16 +0200 Subject: [PATCH] Revert "fix: Fix audio for xps 9315" This reverts commit 1f70f75ca7ac1057f27341b7051885fb1f47e7bb. --- configuration.nix | 5 ++--- flake.nix | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index bb2b34c..a74aef9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,13 +35,14 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + jack.enable = true; }; }; users = { users.pim = { isNormalUser = true; - extraGroups = [ "wheel" "docker" "input" "wireshark" "dialout" "audio" ]; + extraGroups = [ "wheel" "docker" "input" "wireshark" "dialout" ]; }; }; @@ -77,7 +78,6 @@ yq ncdu lshw - pciutils ]) ++ (with pkgs.gnomeExtensions; [ pop-shell window-is-ready-remover @@ -225,7 +225,6 @@ hardware = { cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; pulseaudio.enable = false; - enableRedistributableFirmware = true; }; stylix = { diff --git a/flake.nix b/flake.nix index 3eb6fe4..6f595ec 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,6 @@ swapDevices = [{ device = "/dev/disk/by-uuid/6028bf52-404d-4143-9cb0-9b06cd60a373"; }]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "rtsx_pci_sdmmc" ]; - hardware.firmware = [ pkgs.sof-firmware ]; }; });