configuration.nix/common/default.nix

3 lines
44 B
Nix

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