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