mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
remove driSupport, opengl → graphics
This commit is contained in:
parent
083823b790
commit
cc634b69c8
20 changed files with 77 additions and 80 deletions
|
|
@ -1,3 +1,5 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
|
|
@ -5,7 +7,7 @@
|
|||
];
|
||||
|
||||
# TODO: reverse compat
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.graphics.enable32Bit = lib.mkDefault true;
|
||||
|
||||
services.xserver = {
|
||||
# TODO: we should not enable unfree drivers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue