--- /dev/null
+# Copyright (c) 2022 Jakub Czajka <jakub@ekhem.eu.org>
+# License: GPL-3.0 or later.
+
+guix-profile := ~/.guix-home/profile
+guix-store := /gnu/store
+guix-version := $(shell guix show guix | sed -n '/^version/s/^.*: //gp')
+
+home:
+ GUIX_PACKAGE_PATH=`pwd` guix home reconfigure home.scm
+ . $(guix-profile)/etc/profile
+
+tags:
+ find $(guix-store) -wholename "*guix-$(guix-version)*.scm" -or \
+ -wholename "*guix-module-union*.scm" | xargs etags
+ find `pwd` -name "*.scm" | xargs etags --append
====
System and home directory configuration for the GNU Guix operating system. It
-installs programs and their configuration files (dotfiles).
+installs programs and their configuration files (dotfiles). See Makefile for
+installation instructions.
Files
-----