nix-config/modules/nixos/hardware/default.nix
Bruno BELANYI f54cee8f70 nixos: hardware: add graphics
I did not add an Nvidia knob to this module, as I do not foresee *ever*
using one of their graphics card.
2024-02-06 15:04:40 +00:00

16 lines
176 B
Nix

# Hardware-related modules
{ ... }:
{
imports = [
./bluetooth
./ergodox
./firmware
./graphics
./mx-ergo
./networking
./sound
./upower
];
}