nyx/modules/base/users/default.nix

8 lines
89 B
Nix

{
imports = [
./pingu.nix
./options.nix
./root.nix
./mkuser.nix
];
}