mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
14 lines
216 B
Nix
14 lines
216 B
Nix
{
|
|
flake.modules.nixos.hardware = {
|
|
hardware = {
|
|
graphics = {
|
|
enable = true;
|
|
enable32Bit = true;
|
|
};
|
|
|
|
enableAllFirmware = true;
|
|
usb-modeswitch.enable = true;
|
|
};
|
|
};
|
|
}
|