Merge branch 'flake' of github.com:Minion3665/pridefetch into flake

This commit is contained in:
Skyler Grey 2022-05-22 21:00:49 +01:00
commit 1993bffab7
No known key found for this signature in database
GPG Key ID: 24D31D3B1B986F33

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
```