chore: clean up unused code

This commit is contained in:
Ahwx 2024-06-21 20:41:52 +02:00
parent 20893c44be
commit 3fa04535cf

View file

@ -1,11 +1,10 @@
{ pkgs, ... }: { ... }:
{ {
hardware = { hardware = {
graphics = { graphics = {
enable = true; enable = true;
# driSupport = true; # Has no effect anymore, as of 2024-06-21 # driSupport = true; # Has no effect anymore, as of 2024-06-21
# driSupport32Bit = true; # driSupport32Bit = true;
extraPackages = with pkgs; [];
}; };
enableRedistributableFirmware = true; enableRedistributableFirmware = true;
}; };