home: Fix macro usage. * home.scm: Fix macro usage.
home.scm
| 145 | 145 | for home configuration of type '~a'") | |
| 146 | 146 | (location->string location) | |
| 147 | 147 | (home-type-name type))))))) | |
| 148 | - | (user-home type default)))) | |
| 148 | + | (make-user-home type default)))) | |
| 149 | 149 | ||
| 150 | 150 | (define-condition-type &home-error &error | |
| 151 | 151 | home-error?) |