mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: comply with new nixos settings regarding opengl
This commit is contained in:
parent
f90dfccc3b
commit
ea1b76483d
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
hardware = {
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
# driSupport = true; # Has no effect anymore, as of 2024-06-21
|
||||
# driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [];
|
||||
};
|
||||
enableRedistributableFirmware = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue