This commit is contained in:
2026-02-26 23:16:15 +01:00
parent cada564363
commit b2458e391c
4 changed files with 342 additions and 303 deletions
@@ -4,4 +4,16 @@
./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;
}
@@ -35,4 +35,5 @@ swapDevices =
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}