NixOS-Config/modules/system/accounts/default.nix
2024-10-09 03:36:08 -04:00

7 lines
57 B
Nix

{ ... }: {
imports = [
./users
./groups
];
}