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/emacs/bd-mode-and-themes.el | 4 ---- .config/guix-builds/hati.scm | 11 +++++++++++ .config/guix-builds/vali-config.scm | 11 ----------- .config/guix-builds/vali.scm | 11 +++++++++++ 4 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 .config/guix-builds/hati.scm delete mode 100644 .config/guix-builds/vali-config.scm create mode 100644 .config/guix-builds/vali.scm (limited to '.config') diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el index 369b8cf..f83f740 100644 --- a/.config/emacs/bd-mode-and-themes.el +++ b/.config/emacs/bd-mode-and-themes.el @@ -50,10 +50,6 @@ "Formats the notification number.") (ednc-mode)) -(defun test () - (when (ednc-notifications) - (message "nice"))) - ;;;; time and date (setq display-time-format "%m/%d/%y %H:%M (%a)" display-time-default-load-average nil) 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 "") diff --git a/.config/guix-builds/vali-config.scm b/.config/guix-builds/vali-config.scm deleted file mode 100644 index cebcbd1..0000000 --- a/.config/guix-builds/vali-config.scm +++ /dev/null @@ -1,11 +0,0 @@ -;; 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") diff --git a/.config/guix-builds/vali.scm b/.config/guix-builds/vali.scm new file mode 100644 index 0000000..cebcbd1 --- /dev/null +++ b/.config/guix-builds/vali.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