You can change the defaul library path by setting your R_LIBS_SITE environmental variable on a .Reviron or .Rprofile file
# For example on Windows would be
R_LIBS_SITE="C:\\Program Files\\R\\R-4.0.2\\library"
But have in mind that very often, R has troubles with shared drives.