Files
nixos/system/hardware.nix

13 lines
163 B
Nix
Raw Normal View History

2026-03-09 21:43:40 +00:00
{ ... }:
{
hardware = {
bluetooth.enable = true;
graphics = {
enable = true;
enable32Bit = true;
};
};
}