From cd87504224e7be0481f78316d95a55f63dbda389 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 13 Aug 2025 13:55:10 +0200 Subject: [PATCH] add an Info --- legacy-nyx/_INFO.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 legacy-nyx/_INFO.md diff --git a/legacy-nyx/_INFO.md b/legacy-nyx/_INFO.md new file mode 100644 index 0000000..23ced6b --- /dev/null +++ b/legacy-nyx/_INFO.md @@ -0,0 +1,43 @@ +# This is just a Legacy keep up + +Note: + +--- + +```txt +⚠ IMPORTANT PROJECT UPDATE ⚠ + +Please note that I will soon switch Nyx from a Home Manager module to a NixOS module. +You can still use the Home Manager module, but I will only continue developing it for Nyx at a specific legacy commit/revision. + +Please consider pinning Nyx to that commit: +https://github.com/Peritia-System/Nyx-Tools/blob/main/Documentation/How-to-Homemanager.md + +Or even better switch to the nixosmodule. Checkout the ReadMe for that: +https://github.com/Peritia-System/Nyx-Tools + +If you use this, you can keep the current version indefinitely but wont receive updates. +If you dont pin to that commit, I wont take any responsibility for breakage. +(Note: I dont take any responsibility regardless — this is a hobby project.) +If you want to ensure it works, help me develop it. + +Thank you for your understanding <3 + +This is not supposed to discourage you from using Nyx!!! I am so, so glad you use Nyx :) +But it is very early in development so things move quick and big changes will be common. +Plus as I said, it is a hobby project and at the moment I develop alone. +``` + +--- + +this only exists for: +```nix +# flake.nix +{ +homeManagerModules.default = import ./legacy-nyx; +} +``` +please do not rely on this. i WILL delete it. this is only to make the transition easier. Plase switch to the nixosmodule + +I don't wanna make any changes to anything in `legacy-nyx` +Feel free to Fork it but there is no reason for it to be a HM Module. \ No newline at end of file