From 9f7de491b0ebe4d89d1c3fd9bcd24cae5a474296 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 21 Jun 2024 21:25:43 -0400 Subject: [PATCH] aly: use cache directory from xdg.cacheHome --- homes/aly.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/aly.nix b/homes/aly.nix index 5004ab5c..7b8f3d74 100644 --- a/homes/aly.nix +++ b/homes/aly.nix @@ -8,7 +8,7 @@ }: { home = { homeDirectory = "/home/aly"; - file.".cache/keepassxc/keepassxc.ini".text = lib.generators.toINI {} { + file."${config.xdg.cacheHome}/keepassxc/keepassxc.ini".text = lib.generators.toINI {} { General.LastActiveDatabase = "${config.home.homeDirectory}/sync/Passwords.kdbx"; }; packages = with pkgs; [