configuration.nix/common/default.nix

3 lines
48 B
Nix

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