zen: switch from twilight nightly to stable channel
twilight re-publishes under the same 1.22t tag, so the pinned hash goes stale and `nh home switch` fails with a fixed-output hash mismatch. Move to the stable `default` package (branded zen-beta, 1.21.5b), which uses proper versioned releases. - zen-browser.nix: twilight-official -> default - xdg.nix: zen-twilight.desktop -> zen-beta.desktop mimeapp defaults - flake.lock: bump zen-browser input Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,11 +20,11 @@ _:
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
# web
|
||||
"text/html" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/http" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/https" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/avbout" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/unknown" = "zen-twilight.desktop";
|
||||
"text/html" = "zen-beta.desktop";
|
||||
"x-scheme-handler/http" = "zen-beta.desktop";
|
||||
"x-scheme-handler/https" = "zen-beta.desktop";
|
||||
"x-scheme-handler/avbout" = "zen-beta.desktop";
|
||||
"x-scheme-handler/unknown" = "zen-beta.desktop";
|
||||
|
||||
# video
|
||||
"video/mp4" = "mpv.desktop";
|
||||
|
||||
Reference in New Issue
Block a user