7 lines
105 B
Nix
7 lines
105 B
Nix
{ inputs, config, pkgs, variables, ... }:
|
|
{
|
|
imports =
|
|
[
|
|
./${variables.hostname}.nix
|
|
];
|
|
}
|