chore(morty): change OpenGL parameters regarding Nix evolution
This commit is contained in:
parent
c09a76b349
commit
87b1cce77d
1 changed files with 2 additions and 4 deletions
|
@ -43,10 +43,8 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable32Bit = true;
|
||||||
hardware.opengl.driSupport = true;
|
hardware.graphics.extraPackages = with pkgs; [
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue