aly: use cache directory from xdg.cacheHome

This commit is contained in:
Aly Raffauf 2024-06-21 21:25:43 -04:00
parent 69bc95fc46
commit 9f7de491b0

View file

@ -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; [