config.nix/imports.nix

14 lines
125 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./system/import_system.nix
./modules/import_modules.nix
];
}