Files
lavitz/modules/hardware.nix
2025-12-16 14:55:04 -07:00

9 lines
100 B
Nix

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