summaryrefslogtreecommitdiff
path: root/.config/guix-builds/hati.scm
blob: 1fc3b73e89b97cbac43f830d17c199116550948e (plain)
1
2
3
4
5
6
7
8
9
10
11
;; 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 "")