mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
11 lines
223 B
Nix
11 lines
223 B
Nix
{ ... }:
|
|
{
|
|
hardware = {
|
|
graphics = {
|
|
enable = true;
|
|
# driSupport = true; # Has no effect anymore, as of 2024-06-21
|
|
# driSupport32Bit = true;
|
|
};
|
|
enableRedistributableFirmware = true;
|
|
};
|
|
}
|