mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
aly: use cache directory from xdg.cacheHome
This commit is contained in:
parent
69bc95fc46
commit
9f7de491b0
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue