mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: clean up unused code
This commit is contained in:
parent
20893c44be
commit
3fa04535cf
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue