Files
nixos/modules/system.nix
T
2025-05-19 17:53:19 -05:00

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