Files
nix-new/system/default.nix
2025-06-23 00:47:36 +05:00

14 lines
161 B
Nix

{ ... }: {
imports = [
./apps.nix
./disko.nix
./nixos.nix
./services.nix
./user.nix
./boot.nix
./hardware.nix
./other.nix
./systemd.nix
];
}