fix: fixed more datasets

This commit is contained in:
Leyla Becker 2026-03-07 19:00:01 -06:00
parent 2f7bbf3e1c
commit 16089e0371
36 changed files with 44 additions and 40 deletions

View file

@ -25,7 +25,7 @@
};
in {
config = lib.mkIf (config.programs.firefox.enable && config.impermanence.enable) {
home.persistence."/persist/replicate/home" = lib.mkMerge (
home.persistence."${config.impermanence.persistencePath}" = lib.mkMerge (
(
lib.attrsets.mapAttrsToList
(profile: _: buildProfilePersistence profile)