From 7d7a397ae45d781873d532924a66a11a529545a8 Mon Sep 17 00:00:00 2001 From: G Date: Sun, 23 Feb 2025 08:17:38 -0600 Subject: [PATCH] Add readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d01e15f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Clean up your package builds with garbage collection occasionally, otherwise you might see old builds and weird build issues. +(add-before 'configure 'set-env-vars + (lambda _ + (setenv "BOLT_CEF_DLLWRAPPER" (string-append (assoc-ref %build-inputs "chromium-embedded-framework") "/lib/libcef_dll_wrapper.a")) + ;;(putenv "CATS=NOTDOGS") + (display (environ)) + (display "Test") + #t)) + ;; (replace 'configure (lambda _ (display (environ)) #t)) + ) + + +Back-up info +https://guix.gnu.org/manual/en/html_node/Replicating-Guix.html + +port Conky over + +Discord needs +--no-sandbox --no-gpu --in-process-gpu ./EXECUTABLE +https://peter.sh/experiments/chromium-command-line-switches/ +Probably unstable and we should address it + +https://guix.gnu.org/manual/en/html_node/package-Reference.html#package-Reference \ No newline at end of file