nix-flakes/modules/mizukios/features/system/graphics.nix
2026-07-05 13:36:31 +09:00

7 lines
85 B
Nix

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