Sound
This commit is contained in:
@@ -3388,6 +3388,18 @@ Nothing specific for the laptop.
|
||||
./hardware-configuration.nix
|
||||
../../configuration
|
||||
];
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
}
|
||||
#+end_src
|
||||
|
||||
@@ -3432,6 +3444,7 @@ This is the most different. Mostly taken from hardware-configuration.nix setup a
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
}
|
||||
#+end_src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user