forked from jan-leila/nix-config
fix: fixed more datasets
This commit is contained in:
parent
2f7bbf3e1c
commit
16089e0371
36 changed files with 44 additions and 40 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue