config.nix/system/default.nix
2025-12-18 13:30:28 +01:00

15 lines
125 B
Nix

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