15 lines
281 B
Nix
15 lines
281 B
Nix
{...}: {
|
|
imports = [
|
|
../system/users.nix
|
|
../system/hardware.nix
|
|
../system/locale.nix
|
|
../system/network.nix
|
|
../system/programs.nix
|
|
../system/services.nix
|
|
../system/tty.nix
|
|
../system/firewall.nix
|
|
../system/boot.nix
|
|
../system/font.nix
|
|
];
|
|
}
|