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 = {
graphics = {
enable = true;
# driSupport = true; # Has no effect anymore, as of 2024-06-21
# driSupport32Bit = true;
extraPackages = with pkgs; [];
};
enableRedistributableFirmware = true;
};