11 lines
130 B
Nix
11 lines
130 B
Nix
{
|
|
imports = [
|
|
./development
|
|
./networking.nix
|
|
./nix-helper.nix
|
|
./nixos.nix
|
|
./security
|
|
./shell.nix
|
|
];
|
|
}
|