Files
lavitz/modules/hardware.nix
T
2026-02-17 15:21:54 -07:00

9 lines
86 B
Nix

{ ... }:
{
hardware.graphics = {
enable = true;
enable32Bit = true;
};
}