From 22986ad04bec48377c038dd87c3f38b397bcc0a0 Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Fri, 19 Jul 2024 18:39:29 -0500 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..09cad5d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Laptop configuration + +This is the Guix Home configuration for my laptop, currently being used on a foreign distro (Fedora Asahi Remix) but I may switch to a full Guix System eventually. It utilizes `just` for running commands that reconfigure the system, along with using `guix time-machine` and a `channel.scm.lock` file for enhanced reproducability.