From 3fa04535cf7e54ef09c9956f02200b406e84c085 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 20:41:52 +0200 Subject: [PATCH] chore: clean up unused code --- modules/core/hardware.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; };