diff --git a/luci/modules/home-manager/home.nix b/luci/modules/home-manager/home.nix index e3cc8f2..fc0d67e 100644 --- a/luci/modules/home-manager/home.nix +++ b/luci/modules/home-manager/home.nix @@ -45,8 +45,9 @@ in }; # Copy radicale pass file - home.file."${config.xdg.configHome}/radicale/rad_pass" = { - source = ../radicale/rad_pass; + home.file."${config.xdg.configHome}/radicale" = { + source = ../radicale; + recursive = true; }; home.sessionVariables = {