14 lines
154 B
Nix
14 lines
154 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./bluetooth
|
||
|
./gamingKernel
|
||
|
./keymaps
|
||
|
./nvidia
|
||
|
./pipewire
|
||
|
./plymouth
|
||
|
./printing
|
||
|
./waydroid
|
||
|
];
|
||
|
}
|