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