From 8c4cf59ac208885f3084db141dbf560898591e5b Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Tue, 29 Jul 2025 13:59:34 +1000 Subject: [PATCH] basic explanation of the fenix project --- README | 7 ------- README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index dd8ae20..0000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ - - - - -Things to rewrite in Nim: -1. https://git.sr.ht/~khumba/nvd/tree/master/item/src/nvd1 -2. https://github.com/maralorn/nix-output-monitor diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb258a8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## Fenix +Use fenix for nix commands with sane defaults. Because the nix toolchain +has never been designed for the typical user (*or humans*). + +## The Future +Things to rewrite in Nim: +1. https://git.sr.ht/~khumba/nvd/tree/master/item/src/nvd1 +2. https://github.com/maralorn/nix-output-monitor