* 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 <getchoo@tuta.io>
---------
Co-authored-by: seth <getchoo@tuta.io>
* feat(modules): add `catppuccin.sources` option
* refactor(modules)!: nvfetcher -> npins
npins gives us a nicer file to import that is a simple name value pair
of the port and the path in the store. this allows for easier overriding
with the catppuccin.sources option
* fix(modules): ensure default sources are applied to `catppuccin.sources`