2026-02-09 11:49:40 +01:00

9 lines
90 B
Nix

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