From 442ecfd9283b65887d20e0c2fa73a1ca72aea891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Wed, 20 Aug 2025 15:15:15 -0500 Subject: [PATCH] readme: update troubleshooting section (#102) Co-authored-by: maix0 --- .github/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index a8db091..20778e9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -251,9 +251,16 @@ Check the [Home Manager Reference](#home-manager-reference). ## Troubleshooting +#### Zen not seeing my GPU + +Make sure that you update your flake.lock as to sync up nixpkgs version. Or make zen follow your system nixpkgs by using +`inputs.nixpkgs.follows = "nixpkgs"` (assuming your nixpkgs input is named nixpkgs). + +Check [No WebGL context](https://github.com/0xc000022070/zen-browser-flake/issues/86) for details. + #### 1Password constantly requires password -You may want to set `policies.DisableAppUpdate = false;` in your policies.json file. See . +You may want to set `policies.DisableAppUpdate = false;` in your policies.json file. See . ## Contributing