readme: update troubleshooting section (#102)

Co-authored-by: maix0 <maieul.dev@familleboyer.net>
This commit is contained in:
Luis Quiñones
2025-08-20 15:15:15 -05:00
committed by GitHub
parent 81c55daf85
commit 442ecfd928

9
.github/README.md vendored
View File

@@ -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 <https://github.com/0xc000022070/zen-browser-flake/issues/48>.
You may want to set `policies.DisableAppUpdate = false;` in your policies.json file. See <https://github.com/0xc000022070/zen-browser-flake/issues/48>.
## Contributing