From e216e5e4438577e5f73bf4abd3c0d0c9f145de45 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 4 Jan 2024 14:56:54 -0700 Subject: Renamed system specific files, create hati.scm --- .config/guix-builds/hati.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/guix-builds/hati.scm (limited to '.config/guix-builds/hati.scm') 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 "") -- cgit v1.2.3