docs: update installation instructions for nixos

This commit is contained in:
0xDracula
2025-08-18 20:17:11 +03:00
parent 43a0d77e1b
commit 2daa51d384

View File

@@ -72,9 +72,23 @@ uv tool install "viu-media[notifications]" # For desktop notifications
<summary><b>Platform-Specific and Alternative Installers</b></summary>
#### Nix / NixOS
##### Ephemeral / One-Off Run (No Installation)
```bash
nix run github:Benexl/viu
```
##### Imperative Installation
```bash
nix profile install github:Benexl/viu
```
##### Declarative Installation
###### in your flake.nix
```nix
viu.url = "github.com:Benexl/viu";
```
###### in your system or home-manager packages
```nix
inputs.viu.packages.${pkgs.system}.default
```
#### Arch Linux (AUR)
Use an AUR helper like `yay` or `paru`.