nix-community / lorri

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Apache License 2.0
638 stars 24 forks source link

prepend XDG_{CONFIG,DATA}_DIRS #61

Closed SuperSandro2000 closed 2 years ago

SuperSandro2000 commented 2 years ago

Closes #2, Closes #48

Bash completions for home-manager broke in directories where lorri is used because XDG_DATA_DIRS got overwritten. I decided we should prepend it instead. I also searched home-manager for similar envs and found another one which I think we should prepend by default.

roberth commented 2 years ago

Also closes #2; might want to add that to the description.

neumantm commented 2 years ago

I would really like this fix. @SuperSandro2000 are you still planning to add the changelog to release.nix?

SuperSandro2000 commented 2 years ago

No, I leave that up to @Profpatsch. The version number makes random jumps and I have no clue what the next number should be.

Profpatsch commented 2 years ago

Thanks, I missed this PR, looks good to me.