rose-pine-nix/lib/default.nix

8 lines
108 B
Nix
Raw Normal View History

2023-03-26 18:14:56 -07:00
{ pkgs }:
with pkgs.lib; {
# Add your library functions here
#
# hexint = x: hexvals.${toLower x};
}