10 lines
118 B
Nix
10 lines
118 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../base/nix.nix
|
|
../base/core.nix
|
|
../base/shell.nix
|
|
../secrets/env.nix
|
|
];
|
|
}
|