From 5db3ec6977e8e6fab48ea8919f610c09b94e0e18 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 15 May 2024 13:38:59 +0300 Subject: [PATCH] Add credits section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ed423dd..ddac9b4 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ shell like so, in a NixOS module: } ``` +## Credits + +- [noshell](https://github.com/viperML/noshell): This was the primary source of + inspiration. I decided to create this project as noshell requires a file on disk + instead of an environment variable and my [feature request for fallback shells got + rejected](https://github.com/viperML/noshell/issues/6). + ## License ```