13 lines
136 B
Nix
13 lines
136 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
./filesystems
|
|
./networking
|
|
./pipewire
|
|
./printing
|
|
./udev
|
|
./video
|
|
];
|
|
}
|