From 07d94eec8b66e65c315d6d631c112556c7bc8cf7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 26 Apr 2022 17:39:10 -0400 Subject: [PATCH] [+] nixos instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a381a300..5831403a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Currently, these distributions have existing packages for HyFetch: * NixOS: `nix-env -i hyfetch` ([In Progress](https://github.com/NixOS/nixpkgs/pull/170309)) * Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) +Currently, if you're using NixOS, you can use HyFetch with `nix-shell -p python38Packages.pip --run "pip install hyfetch -qqq; hyfetch"` + ## Usage When you run `hyfetch` for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue!