dotfiles/modules/machines/index.nix

7 lines
105 B
Nix

{ inputs, config, pkgs, variables, ... }:
{
imports =
[
./${variables.hostname}.nix
];
}