nixos-config/modules/system/users/default.nix
2025-07-09 02:32:31 -04:00

9 lines
80 B
Nix

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