nix-config/users/willifan/default.nix
2024-12-24 17:34:38 +01:00

7 lines
80 B
Nix

{ type, hostname, ... }:
{
imports = [
./${hostname}
./${type}
];
}