diff --git a/modules/core/hardware.nix b/modules/core/hardware.nix index 492c15e..90cafcc 100644 --- a/modules/core/hardware.nix +++ b/modules/core/hardware.nix @@ -1,11 +1,10 @@ -{ pkgs, ... }: +{ ... }: { hardware = { graphics = { enable = true; # driSupport = true; # Has no effect anymore, as of 2024-06-21 # driSupport32Bit = true; - extraPackages = with pkgs; []; }; enableRedistributableFirmware = true; };