nixos-config/modules/system/users/default.nix
2025-07-13 19:53:15 -04:00

8 lines
65 B
Nix

{ ... }:
{
imports = [
./luna
./main
./root
];
}