(define-module (home-config icecat) #:use-module (home) #:use-module (home icecat) #:export (icecat-home)) (define icecat-home (user-home icecat-home-type (icecat-configuration (profiles (list (icecat-profile-configuration (id "tylunble") (name "default") (extensions '()) (data-directory "/data/tyreunom/.local/share/mozilla/profiles/default")))) (start-with-last-profile? #f))))