fix(bundled): new graphics commands

This commit is contained in:
Nova
2024-08-24 23:34:47 -04:00
parent d67dc8fc4d
commit 26561a4ae6

View File

@@ -21,10 +21,16 @@ Make sure to have [flakes enabled](https://nixos.wiki/wiki/flakes).
### Run Telescope
Because telescope itself is a nix flake, you simply have to run
Intel/AMD/NVK graphics:
```sh
nix run github:StardustXR/telescope
```
~~Proprietary NVIDIA graphics:~~ is broken :/
```sh
NIXPKGS_ALLOW_UNFREE=1 nix run --impure github:StardustXR/telescope#telescopeNvidia
```
## Non-nix
An AppImage generated from the nix flake is currently WIP. Please check back later or do a [manual build.](manual)