2025-03-12 13:27:36 +01:00

12 lines
138 B
Nix

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