Update README.md

This commit is contained in:
Skyler 2022-05-22 20:43:47 +01:00 committed by GitHub
parent eaf2fa2e24
commit 0fb0d12bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,3 +42,18 @@ You can also add pridefetch to your `$PATH` to run it anywhere<br>
```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
```