diff options
author | bd <bdunahu@colostate.edu> | 2024-01-10 19:44:21 -0700 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-01-10 19:44:21 -0700 |
commit | 1ced565816120bfcc351daf9fc3a4e851162e3b7 (patch) | |
tree | 93e9c23660cd07f4dba861f334b23c03d322f48c /.config/guix-builds/hati.scm | |
parent | da5922a476cebdbbf338f0192165dbbbcd3f7b6f (diff) |
Initial commit of new repository structure
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 "") |