config.nix/modules/import_modules.nix

13 lines
102 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./development/import_development.nix
];
}