Files
SaugOS/modules/core/hardware.nix
2026-03-24 19:07:42 +01:00

11 lines
211 B
Nix

{ pkgs, ... }:
{
hardware = {
graphics.enable = true;
enableRedistributableFirmware = true;
bluetooth.enable = true;
bluetooth.powerOnBoot = true;
};
local.hardware-clock.enable = false;
}