diff options
Diffstat (limited to '.config/guix-builds/hati.scm')
-rw-r--r-- | .config/guix-builds/hati.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/guix-builds/hati.scm b/.config/guix-builds/hati.scm new file mode 100644 index 0000000..1fc3b73 --- /dev/null +++ b/.config/guix-builds/hati.scm @@ -0,0 +1,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 "") |