6 lines
97 B
Nix
6 lines
97 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
hardware.opengl.enable = true;
|
|
hardware.bluetooth.enable = true;
|
|
}
|