fix: make zen default browser in sessions vars

This commit is contained in:
Jet Pham 2026-02-16 14:18:51 -08:00
parent c1862c152e
commit ae6262904f
No known key found for this signature in database
2 changed files with 10 additions and 9 deletions

18
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771188132, "lastModified": 1771269455,
"narHash": "sha256-qLXxN/tPrZtnekaLBQuVtxQfvqqs5cT5WbyH4zZaTGI=", "narHash": "sha256-BZ31eN5F99YH6vkc4AhzKGE+tJgJ52kl8f01K7wCs8w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ae8003d8b61d0d373e7ca3da1a48f9c870d15df9", "rev": "5f1d42a97b19803041434f66681d5c44c9ae62e3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -43,11 +43,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1771171797, "lastModified": 1771257191,
"narHash": "sha256-ngIarpog/Hv5r9M1YyvsaaSUBCqtWqHl6pibq6n2ppo=", "narHash": "sha256-H1l+zHq+ZinWH7F1IidpJ2farmbfHXjaxAm1RKWE1KI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "531af1dbaee7cfdd7aed1e595ce418b7e2e99a80", "rev": "66e1a090ded57a0f88e2b381a7d4daf4a5722c3f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -88,11 +88,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771222275, "lastModified": 1771269662,
"narHash": "sha256-df+Un2QnDj95MQxmsnopCtSy/meWO2RDHuMGAqq3nlc=", "narHash": "sha256-hOElvRG8mOCmYc9vhZOqnccqIJRoD6VR6vXOOj0attk=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "a20f5d0c6454b5b24a497afb280427c9af33a0be", "rev": "9294a1e30995dc950e2632296a74baae25252473",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -110,6 +110,7 @@
home.sessionVariables = { home.sessionVariables = {
OCL_ICD_VENDORS = "/etc/OpenCL/vendors"; OCL_ICD_VENDORS = "/etc/OpenCL/vendors";
POCL_DEVICES = "cpu"; POCL_DEVICES = "cpu";
BROWSER = "zen";
}; };
programs.helix = { programs.helix = {