rose-pine-nix/modules/lib/mkExtLib.nix
seth 60a1d9ba22
refactor: use alternatives to with and rec (#38)
* fix(home-manager): dont declare xdg.configFile when btop isn't enabled

* refactor: use alternatives to `with` and `rec`

---------

Co-authored-by: Sam Nystrom <sam@samnystrom.dev>
2023-07-13 12:17:51 -04:00

1 line
54 B
Nix

lib: lib.extend (self: _: { ctp = import ./. self; })