1
0
Fork 0
forked from Bun/nixos-config
nixos-config/system/accounts/default.nix

6 lines
57 B
Nix

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