Files
nixos/modules/system.nix
T
biscuit f2a1604009 upd
2025-05-20 21:27:50 -05:00

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
];
}