diff --git a/README.md b/README.md index 81026ca..7a303d8 100644 --- a/README.md +++ b/README.md @@ -150,21 +150,28 @@ Since [PEP668 adoption](https://www.linuxuprising.com/2023/03/next-debianubuntu- If you're using Nix Flakes: - Script could be executed using this command: + ```sh -nix run github:ITesserakt/envycontrol -- +nix run github:bayasdev/envycontrol -- ``` + - For system-wide installation, add this flake to inputs in your configuration: + ```sh inputs = { # ... - envycontrol.url = github:ITesserakt/envycontrol + envycontrol.url = github:bayasdev/envycontrol }; ``` + And mention it in the packages like this: + ```sh envycontrol.packages.x86_64-linux.default ``` +Thanks to [@ITesserakt](https://github.com/ITesserakt) for adding initial NixOS support! + ### From source 1. Clone this repository with `git clone https://github.com/bayasdev/envycontrol.git` or download the latest tarball from the releases page