flake/nixos/users/default.nix

9 lines
No EOL
106 B
Nix

{ ... }:
{
imports = [
./users.nix
./system-users.nix
./normal-users/guanranwang.nix
];
}