15 lines
123 B
Nix
15 lines
123 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./internet
|
|
./bluetooth
|
|
./mounts
|
|
./social-media
|
|
];
|
|
}
|