12 lines
230 B
Nix
12 lines
230 B
Nix
{...}: {
|
|
imports = [
|
|
../../system/amd.nix
|
|
../../system/boot.nix
|
|
../../system/hardware.nix
|
|
../../system/home-manager.nix
|
|
../../system/services.nix
|
|
../../system/user.nix
|
|
../../system/version.nix
|
|
];
|
|
}
|