14 lines
161 B
Nix
14 lines
161 B
Nix
|
|
{ ... }: {
|
||
|
|
imports = [
|
||
|
|
./apps.nix
|
||
|
|
./disko.nix
|
||
|
|
./nixos.nix
|
||
|
|
./services.nix
|
||
|
|
./user.nix
|
||
|
|
./boot.nix
|
||
|
|
./hardware.nix
|
||
|
|
./other.nix
|
||
|
|
./systemd.nix
|
||
|
|
];
|
||
|
|
}
|