diff --git a/luci/modules/home-manager/home.nix b/luci/modules/home-manager/home.nix index f8817f5..1ad6d6c 100644 --- a/luci/modules/home-manager/home.nix +++ b/luci/modules/home-manager/home.nix @@ -45,7 +45,7 @@ in }; # Copy radicale pass file - home.file."${config.xdg}/radicale" = { + home.file."${config.xdg.configHome}/radicale" = { source = ../luci/modules/radicale/rad_pass; };