From 73a94355876600a682d2db6617d9522f928f4f19 Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Wed, 15 May 2024 10:28:34 -0600 Subject: [PATCH] Fix path --- luci/modules/home-manager/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/modules/home-manager/home.nix b/luci/modules/home-manager/home.nix index 1ad6d6c..65e3396 100644 --- a/luci/modules/home-manager/home.nix +++ b/luci/modules/home-manager/home.nix @@ -46,7 +46,7 @@ in # Copy radicale pass file home.file."${config.xdg.configHome}/radicale" = { - source = ../luci/modules/radicale/rad_pass; + source = ../radicale/rad_pass; }; home.sessionVariables = {