configure home in main config

This commit is contained in:
muni
2026-03-15 14:56:55 +01:00
parent 0665cc267f
commit 567f87fe6d
7 changed files with 387 additions and 57 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: all
all: .system
.system: config.scm
sudo guix system reconfigure $<
touch $@