From 26561a4ae677493504258c2ca5a331e5a5d141cd Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 24 Aug 2024 23:34:47 -0400 Subject: [PATCH] fix(bundled): new graphics commands --- docs/01-get-started/02-bundled.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)