19 lines
177 B
Nix
19 lines
177 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./defaults
|
|
./development
|
|
./terminal
|
|
./desktop
|
|
./misc
|
|
./gaming
|
|
./connectivity
|
|
./media
|
|
];
|
|
}
|