···1-Copyright (c) 2023 Ovyerus
23-Permission is hereby granted, free of charge, to any person obtaining a copy of
4-this software and associated documentation files (the “Software”), to deal in
5-the Software without restriction, including without limitation the rights to
6-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7-the Software, and to permit persons to whom the Software is furnished to do so.
0000089-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
11-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
12-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00
···1+This is free and unencumbered software released into the public domain.
23+Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
4+software, either in source code form or as a compiled binary, for any purpose,
5+commercial or non-commercial, and by any means.
6+7+In jurisdictions that recognize copyright laws, the author or authors of this
8+software dedicate any and all copyright interest in the software to the public
9+domain. We make this dedication for the benefit of the public at large and to
10+the detriment of our heirs and successors. We intend this dedication to be an
11+overt act of relinquishment in perpetuity of all present and future rights to
12+this software under copyright law.
1314+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE
17+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
18+CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
19+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+21+For more information, please refer to <http://unlicense.org/>
+2-1
README.md
···2425## License
2627-All data in this repository is available under the [MIT-0 License](./LICENSE).
0
···2425## License
2627+All data in this repository is available in the public domain via the
28+[Unlicense](./LICENSE). Refer to https://unlicense.org/ for more info.
+4-1
modules/shell/tools.nix
···25 programs.direnv = {
26 enable = true;
27 nix-direnv.enable = true;
28- config.whitelist.prefix = ["/Users/ovy/Projects/personal"];
00029 };
3031 # TODO: decide on this vs lsd?