From af73723f49e9d83122efa0b48ba9bfb47c2f101a Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 8 Mar 2021 00:48:58 +0000 Subject: [PATCH] Add new host config --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e00f813..cfdfa12 100644 --- a/README.org +++ b/README.org @@ -138,10 +138,12 @@ This project makes heavy use of modern features and libraries. Since *Babel's* u Each host machines configuration loaded immediately after declaring the options, before applying any configuration. This allows system to system control while remaining immutable. Override any of the available options configurations in a host file. Here's some examples to get started: + [[file:hosts/localhost.org][Termux]] ++ [[link:hosts/gamingpc.org][GamingPC]] + [[file:hosts/raspberry.org][Raspberry]] + [[file:hosts/acernitro.org][Acernitro]] + [[file:hosts/virtualbox.org][VirtualBox]] + Begin the process by loading any host specific overrides. The host configuration tangles, and loads (if it exist) using the systems name. #+begin_src emacs-lisp @@ -150,7 +152,7 @@ Begin the process by loading any host specific overrides. The host configuration (org-babel-load-file host-file))) #+end_src -** Module +** Modules Breaking down the project into logical units or chapters to keep the code more maintainable and organized. This is also a fundamental requirement to achieve the goal of modularity. Here are all of the available modules, also listed in the variable ~dotfiles/modules-p~.