sarien: move to nixos-hardware
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -8,11 +8,10 @@
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
common-cpu-amd-pstate
|
||||
common-gpu-intel
|
||||
common-hidpi
|
||||
common-pc-ssd
|
||||
];
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
intelgpu.vaapiDriver = "intel-media-driver";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user