config.nix/system/import_system.nix
2025-12-16 21:18:31 +00:00

15 lines
131 B
Nix

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