# Common modules { lib, ... }: { imports = [ ./hardware ./home.nix ./services ./system ]; options.my = with lib; { user = { name = mkOption { type = types.str; default = "ambroisie"; example = "alice"; description = "my username"; }; }; }; }