using config.xdg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user