added more application persistence configurations

This commit is contained in:
Leyla Becker 2025-06-04 20:50:15 -05:00
parent 033cc6bc22
commit ca01e667a1
5 changed files with 26 additions and 5 deletions

View file

@ -7,7 +7,11 @@
config = lib.mkIf config.programs.obsidian.enable (lib.mkMerge [ config = lib.mkIf config.programs.obsidian.enable (lib.mkMerge [
( (
lib.mkIf osConfig.host.impermanence.enable { lib.mkIf osConfig.host.impermanence.enable {
# TODO: map impermanence for obsidian home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/obsidian"
];
};
} }
) )
]); ]);

View file

@ -17,7 +17,11 @@
} }
( (
lib.mkIf osConfig.host.impermanence.enable { lib.mkIf osConfig.host.impermanence.enable {
# TODO: map impermanence for prostudiomasters home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/ProStudioMasters"
];
};
} }
) )
]); ]);

View file

@ -17,7 +17,12 @@
} }
( (
lib.mkIf osConfig.host.impermanence.enable { lib.mkIf osConfig.host.impermanence.enable {
# TODO: map impermanence for protonvpn home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/protonvpn"
".config/Proton"
];
};
} }
) )
]); ]);

View file

@ -17,7 +17,11 @@
} }
( (
lib.mkIf osConfig.host.impermanence.enable { lib.mkIf osConfig.host.impermanence.enable {
# TODO: map impermanence for qbittorrent home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/qBittorrent"
];
};
} }
) )
]); ]);

View file

@ -17,7 +17,11 @@
} }
( (
lib.mkIf osConfig.host.impermanence.enable { lib.mkIf osConfig.host.impermanence.enable {
# TODO: map impermanence for signal home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/Signal"
];
};
} }
) )
]); ]);