feat: made persist build with new impermanence system
This commit is contained in:
parent
d06c25f33f
commit
61eef3067e
35 changed files with 36 additions and 36 deletions
|
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
in {
|
||||
config = lib.mkIf (config.programs.firefox.enable && config.impermanence.enable) {
|
||||
home.persistence."/persist${config.home.homeDirectory}" = lib.mkMerge (
|
||||
home.persistence."/persist/home" = lib.mkMerge (
|
||||
(
|
||||
lib.attrsets.mapAttrsToList
|
||||
(profile: _: buildProfilePersistence profile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue