using config.xdg

This commit is contained in:
John Lancaster
2026-03-08 21:36:17 -05:00
parent 902f6ec023
commit 7d28205371
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
# Include another inline module to set the options created through the jsl-home modules
({ config, ... }: {
homeManagerFlakeDir = "~/.config/home-manager/jsl-dendritic";
homeManagerFlakeDir = "${config.xdg.configHome}/home-manager/jsl-dendritic";
docker.enable = true;
ssh.matchSets = {
certs = true;