No audio (input or output) devices recognised on my system

This is my audio config

# Enable sound.
  #  hardware.pulseaudio.enable = true;
  #  hardware.pulseaudio.support32Bit = true;
  # OR
  services.pipewire = {
    enable = true;
    pulse.enable  = true;
    alsa.enable = true;
    alsa.support32Bit = true;
  };
  security.rtkit.enable = true; 

Here are my packages

environment.systemPackages = with pkgs; [
    vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
    wget
    neofetch
    kitty
    nix-software-center
    lshw
    pciutils
    nvitop
    brave
    rtkit
  ];

I’m using plasma if thats relevant. I’m running a laptop, intel ultra 9, rtx 4070 mobile. Had same issues with ubuntu, when I switched to fedora it was fixed. No issues with arch or even my first attempt at nix when I used a config script from git. Help is appreciated :slight_smile:

Please wrap code blocks with triple-backticks.

Also please share more info like what audio device you’re using, whether it works on other OSes or distros, etc.

1 Like

Issue was fixed after I removed nix software center from my config. Lesson here, don’t have that terrible package lol.