Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ sudo apt install siomon
paru -S siomon
```

### Nix

```bash
# NixOS (add to configuration.nix)
environment.systemPackages = [ pkgs.siomon ];

# Non-NixOS / nix profile
nix profile install nixpkgs#siomon

# Temporary shell
nix-shell -p siomon
```

More installation options are planned. If you'd like to help package siomon
for other distributions, see [issue #4](https://github.com/level1techs/siomon/issues/4).

Expand Down
Loading