From: Jakub Czajka Date: Tue, 7 Jul 2026 16:27:43 +0000 (+0200) Subject: [home] Add TODO to move config files to the Guix store. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=cdaece33ee6b67af5e3da118029af9379e22134e;p=guix.git [home] Add TODO to move config files to the Guix store. Co-Authored-By: Claude --- diff --git a/README b/README index a86d90e..53d2caf 100644 --- a/README +++ b/README @@ -77,3 +77,7 @@ TODO download the tarball, extract the binary, and wrap it - no build step needed. Remove the npm-install-build-system wrapper and the Node.js dependency in conf/home/pi.scm. + +* Move configuration files to the Guix store and bundle them with the binary. + This requires redesigning home-program-configuration so dotfiles are part of + the package derivation rather than symlinked via home-symlink-service-type.