nixos/modules/system/hardware/default.nix
Florian RICHER a425abee8b
All checks were successful
check / check (push) Successful in 32s
Refactor: Avoid use folder for one file
Fix #3
2025-01-29 21:48:43 +01:00

14 lines
No EOL
183 B
Nix

{ ... }:
{
imports = [
./bluetooth.nix
./gaming-kernel.nix
./keymaps
./nvidia.nix
./pipewire.nix
./plymouth.nix
./printing.nix
./waydroid.nix
];
}