diff --git a/README.md b/README.md index 375d0d6..7051823 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,18 @@ You can also add pridefetch to your `$PATH` to run it anywhere
```bash mv pridefetch /usr/bin/ ``` + +## Running on NixOS +#### If your system supports flakes +You can run pridefetch quickly + +```bash +nix run github:SpyHoodle/pridefetch -- -f trans +``` + +Or install it + +``` +nix profile install github:SpyHoodle/pridefetch +pridefetch -f trans +```