Files
nix-new/system/default.nix

14 lines
161 B
Nix
Raw Permalink Normal View History

2025-06-23 00:47:36 +05:00
{ ... }: {
imports = [
./apps.nix
./disko.nix
./nixos.nix
./services.nix
./user.nix
./boot.nix
./hardware.nix
./other.nix
./systemd.nix
];
}