Files
nixos/system/hardware.nix
2026-03-09 21:43:40 +00:00

13 lines
163 B
Nix

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