;; hati (desktop) specific variables ;; (use-modules (gnu)) (define-module (host-instance) #:export (username host-name root-part boot-part hide-part)) (define username "bdunahu") (define host-name "hati") (define root-part "") (define boot-part "") (define hide-part "")