From 8ba54ca3862bec133c63434c5177dbce77dd43cf Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Wed, 15 May 2024 10:27:22 -0600 Subject: [PATCH] Oops --- 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 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; };