11 lines
204 B
Nix
11 lines
204 B
Nix
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
|
{
|
|
imports = [
|
|
./applications/top.nix
|
|
./core/top.nix
|
|
./development/top.nix
|
|
./system_management/top.nix
|
|
];
|
|
# .. put any code here
|
|
}
|