Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(home-manager/k9s): support darwin without XDG (#311)
* fix(home-manager/k9s): k9s on darwin with xdg disabled k9s expects configuration files on OS X to live in `~/Library/Application Support/k9s` instead of `~/.config.k9s`. This commit handles the case where the module is built for a darwin system with xdg disabled. * Refactored - More closely matches the upstream module in home-manager - Formatted with nixfmt-rfc-style * Added missing parentheses Co-authored-by: seth <[email protected]> --------- Co-authored-by: seth <[email protected]>
- Loading branch information