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