Fixed Hyprland config errors for installation

This commit is contained in:
2025-11-19 20:52:12 +01:00
parent 61adc10c49
commit 72acec33da
8 changed files with 38 additions and 48 deletions

View File

@@ -29,13 +29,6 @@
swapDevices = [ ];
# Enable GPU support (uncomment what matches your hardware)
# hardware.opengl.extraPackages = with pkgs; [
# intel-media-driver # For Intel GPUs
# vaapiIntel # For Intel GPUs
# vaapiVdpau # For AMD/NVIDIA
# ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}