nixos/modules/system/hardware/default.nix

17 lines
199 B
Nix
Raw Normal View History

2024-05-27 22:40:30 +02:00
{ ... }:
{
imports = [
./bluetooth
./gamingKernel
./keymaps
./nvidia
./pipewire
./plymouth
./printing
./waydroid
# Common configuration
./common.nix
];
}