dot-nixos/system/hardware.nix
Tim Peters d249a9dbb6 Gen 1
2024-03-05 22:05:40 +01:00

6 lines
97 B
Nix

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