From 72d077e0734181dba51193ffabe21fb69b864dc8 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 4 Jan 2024 01:45:35 -0700 Subject: Added new guix dotfiles --- .config/guix-builds/host-instance.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/guix-builds/host-instance.scm (limited to '.config/guix-builds/host-instance.scm') diff --git a/.config/guix-builds/host-instance.scm b/.config/guix-builds/host-instance.scm new file mode 100644 index 0000000..cebcbd1 --- /dev/null +++ b/.config/guix-builds/host-instance.scm @@ -0,0 +1,11 @@ +;; vali (laptop) 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 "vali") +(define root-part "69a3593b-12bd-40ad-a932-007674a8cfe8") +(define boot-part "8A13-7018") +(define hide-part "020b73df-3991-4271-9d3f-dba00ad260ec") -- cgit v1.2.3