19 lines
427 B
Nix
19 lines
427 B
Nix
{ ... }: {
|
|
imports = [
|
|
../system/bootloader.nix
|
|
../system/browser.nix
|
|
../system/firewall.nix
|
|
../system/locale.nix
|
|
../system/networking.nix
|
|
../system/print.nix
|
|
../system/term.nix
|
|
# ../system/proxy.nix
|
|
# ../system/recovery.nix # only supports non-flake conf
|
|
../system/sound.nix
|
|
../system/ssh.nix
|
|
../system/timezone.nix
|
|
# ../system/touchpad.nix
|
|
../system/users.nix
|
|
];
|
|
}
|