dotfiles/home-manifest.scm
Collin J. Doering f11ce3f772
Move manifest definition within channel directory
When running 'guix pull' with a foreign channel, the specification->package function does not
appear to be able to lookup packages that are not part of the guix official channel.

* .guix/rekahsoft/guix-config/home.scm: Include manifest/s used for home-configuration
directly
* home-manifest.scm: Continue to include a manifest file that can be used for convenience
with guix commands (as there is no way to use `-e|--install-from-expression` with manifests
at this time)
2022-03-26 17:29:15 -04:00

4 lines
167 B
Scheme

;; Return home-manifest from dotfiles channel, so this file can be used by guix commands that
;; accept manifest files
(@ (rekahsoft guix-config home) %home-manifest)