From d30bf6d23ccd1c3250149e9f0d030d88eaa078bf Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Feb 2023 15:04:52 +0100 Subject: Integrate the bashrc file --- aisaka.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'aisaka.org') diff --git a/aisaka.org b/aisaka.org index 6011ec9..552554b 100644 --- a/aisaka.org +++ b/aisaka.org @@ -233,7 +233,8 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html ("reconfigure-system-" . ,reconfigure-system-) ("system-update" . ,system-update) ("system-update-" . ,system-update-))) - (bashrc `(,(local-file "bashrc"))))) + (bashrc (list + (plain-file "bashrc" "<>"))))) (simple-service 'configuration-files home-files-service-type `((".config/git/config" ,(local-file "git.config")) @@ -242,6 +243,12 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html (".emacs" ,(local-file "emacs.el"))))))) #+end_src +*** TODO bashrc + +#+begin_src bash :noweb-prefix no :noweb-ref ld-library-path + export LD_LIBRARY_PATH=$LIBRARY_PATH +#+end_src + * TODO LIBREBOOT The first layer of computing is the firmware. The Lenovo Thinkpad X200 has -- cgit v1.2.3