config.nix/system/default.nix
2025-12-18 16:50:52 +01:00

16 lines
148 B
Nix

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