Files
nixos/modules/system.nix
T
biscuit 52356a4a87 upd
2025-05-19 20:30:17 -05:00

20 lines
457 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/development.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
];
}