nix-config/hosts/default.nix

7 lines
91 B
Nix
Raw Normal View History

2024-05-19 20:11:53 +02:00
{ pkgs, configVars, ... }:
2024-05-12 16:27:17 +02:00
{
imports = [
./common
2024-05-19 20:11:53 +02:00
./${configVars.hostname}
2024-05-12 16:27:17 +02:00
];
}