lol

nixos/graphics: don't mark `package` options as internal

Seth Flynn 8e551be5 3225b228

-3
-3
nixos/modules/hardware/graphics.nix
··· 80 80 The package that provides the default driver set. 81 81 ''; 82 82 type = lib.types.package; 83 - internal = true; 84 83 }; 85 84 86 85 package32 = lib.mkOption { 87 86 description = '' 88 87 The package that provides the 32-bit driver set. Used when {option}`enable32Bit` is enabled. 89 - set. 90 88 ''; 91 89 type = lib.types.package; 92 - internal = true; 93 90 }; 94 91 95 92 extraPackages = lib.mkOption {