Closed M3L6H closed 2 months ago
Persist script is executed as root to allow writing to the /persist sub volume, but the resulting files are then owned by root, which messes up home-manager impermanence.
/persist
Once this is resolved, zoxide persistence should be able to be reverted to a single file.
An entry also needs to be added to the README for the persist script module
Fixed in 7feb6cf
Persist script is executed as root to allow writing to the
/persist
sub volume, but the resulting files are then owned by root, which messes up home-manager impermanence.