fix(zen): binary is called zen-browser

This commit is contained in:
Barrett Ruth 2026-02-15 11:09:08 -05:00
parent 66aec9a17d
commit 73becbfc3f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -101,7 +101,7 @@ let
in
{
home.sessionVariables = lib.mkMerge [
(lib.mkIf zen { BROWSER = "zen"; })
(lib.mkIf zen { BROWSER = "zen-beta"; })
(lib.mkIf claude { CLAUDE_CONFIG_DIR = "${config.xdg.configHome}/claude"; })
];
@ -253,9 +253,9 @@ in
enable = true;
defaultApplications = lib.mkMerge [
(lib.mkIf zen {
"x-scheme-handler/http" = "zen.desktop";
"x-scheme-handler/https" = "zen.desktop";
"text/html" = "zen.desktop";
"x-scheme-handler/http" = "zen-beta.desktop";
"x-scheme-handler/https" = "zen-beta.desktop";
"text/html" = "zen-beta.desktop";
})
(lib.mkIf neovim {
"text/plain" = "nvim.desktop";