diff --git a/docs/01-get-started/02-bundled.md b/docs/01-get-started/02-bundled.md index 31e9d1a0..0ee94271 100644 --- a/docs/01-get-started/02-bundled.md +++ b/docs/01-get-started/02-bundled.md @@ -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)