10 lines
91 B
Nix
10 lines
91 B
Nix
{
|
|
imports = [
|
|
#./packages.nix
|
|
./program.nix
|
|
./user.nix
|
|
./ssh.nix
|
|
];
|
|
}
|
|
|