Files
nixos/modules/system.nix
T
2025-06-30 13:35:51 -05:00

14 lines
258 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
];
}