nixos-config/hosts/extern/users/default.nix

5 lines
37 B
Nix
Raw Normal View History

2024-12-08 06:41:06 -05:00
{ ... }:
{
2025-01-03 17:52:33 -05:00
imports = [ ./main ];
2024-12-08 06:41:06 -05:00
}