fix(minecraft): add check to persistence
This commit is contained in:
parent
cc2b1a7125
commit
e761b63a17
|
@ -14,6 +14,6 @@ in {
|
||||||
{ passthrough.minecraft = cfg; }
|
{ passthrough.minecraft = cfg; }
|
||||||
];
|
];
|
||||||
|
|
||||||
users.home.persist.directories = [ ".local/share/PrismLauncher" ];
|
users.home.persist.directories = mkIf cfg.enable [ ".local/share/PrismLauncher" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue