nixos/modules/system/hardware/default.nix
Florian RICHER 259cb74fd3
All checks were successful
check / check (push) Successful in 33s
Refactor: Rename hardware.* by category
Fix #5
2025-01-29 21:56:40 +01:00

13 lines
No EOL
155 B
Nix

{ ... }:
{
imports = [
./audio
./bluetooth.nix
./gaming-kernel.nix
./keymaps
./graphics
./printing.nix
./waydroid.nix
];
}