configuration.nix/common/default.nix

4 lines
48 B
Nix
Raw Normal View History

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