config.nix/system/import_system.nix

15 lines
125 B
Nix

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