tree-wide: remove zen-browser

npins: remove zen-browser

The fucked up
https://github.com/zen-browser/desktop/discussions/12025
This commit is contained in:
Primrose 2026-02-01 00:27:27 +01:00
parent 1047642bdf
commit 76b34bb277
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 1 additions and 253 deletions

View file

@ -141,7 +141,7 @@ in
"x-scheme-handler/unknown" = "firefox.desktop";
};
in
lib.mkIf (cfg.enable && !config.programs.zen-browser.enable) {
lib.mkIf cfg.enable {
enable = true;
associations.added = associations;
defaultApplications = associations;