15 lines
130 B
Nix
15 lines
130 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./development
|
|
./terminal
|
|
./window_manager
|
|
./syncthing
|
|
];
|
|
}
|