Commit graph

10 commits

Author SHA1 Message Date
4c8ed054c1
feat(k9s): Catppuccin -> Rose Pine 2024-10-20 10:37:57 -07:00
github-actions[bot]
3e844a65a4 style: format 0047cf5 2024-08-23 10:53:42 +00:00
Alejandro Angulo
0047cf5816
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 <getchoo@tuta.io>

---------

Co-authored-by: seth <getchoo@tuta.io>
2024-08-23 06:53:12 -04:00
seth
3f4607481b
chore(modules): use attrset as argument to mkCatppuccinOpt (#252) 2024-06-28 12:29:30 -04:00
seth
fea5242c0e
feat(modules)!: flavour -> flavor (#190) 2024-05-21 20:23:55 -04:00
Hammy
5e1a679604
style: format ff4ea84 2024-05-21 22:53:46 +01:00
seth
1f19ce7a91
fix(home-manager): remove xdg.enable assertions (#181) 2024-05-20 23:53:33 -04:00
seth
28e6d8a18d
feat(modules): add catppuccin.sources option (#129)
* 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`
2024-05-13 16:33:16 -04:00
Henri Sota
ade2e737d6
feat(home-manager): add transparent option for k9s (#138) 2024-04-23 13:42:45 -04:00
Bernd Schorgers
ef464d6ded
feat(home-manager): init k9s module (#110) 2024-04-14 19:55:39 -04:00