dot-nixos/system/hardware.nix

7 lines
97 B
Nix

{ config, pkgs, ... }:
{
hardware.opengl.enable = true;
hardware.bluetooth.enable = true;
}