dot-nixos/system/hardware.nix

7 lines
97 B
Nix
Raw Normal View History

2024-03-05 21:05:40 +00:00
{ config, pkgs, ... }:
{
hardware.opengl.enable = true;
hardware.bluetooth.enable = true;
}