config.nix/imports.nix

13 lines
111 B
Nix

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