config.nix/system/imports.nix

12 lines
75 B
Nix

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