nix-community / impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
MIT License
1.03k stars 77 forks source link

home-manager: some paths lead to systemd unit file name collisions #132

Closed oati closed 7 months ago

oati commented 1 year ago

For example, the home-manager module does not create a service for ~/logseq when ~/.logseq is already configured. This seems to be because ~/logseq and ~/.logseq lead to the same systemd unit file name, with the dot removed.

talyz commented 7 months ago

Thanks for reporting! Can you try #155?