18 lines
407 B
Nix
18 lines
407 B
Nix
{ ... }: {
|
|
imports = [
|
|
../system/bootloader.nix
|
|
../system/firewall.nix
|
|
../system/locale.nix
|
|
../system/networking.nix
|
|
../system/term.nix
|
|
../system/development.nix
|
|
# ../system/proxy.nix
|
|
# ../system/recovery.nix # only supports non-flake conf
|
|
../system/ssh.nix
|
|
../system/timezone.nix
|
|
# ../system/touchpad.nix
|
|
../system/users.nix
|
|
../system/tools.nix
|
|
];
|
|
}
|