feat: firefox ca root

This commit is contained in:
DACHXY 2025-05-03 23:49:00 +08:00
parent 62c1eb4b1d
commit e2c5206369
8 changed files with 25 additions and 9 deletions

View file

@ -5,7 +5,7 @@
...
}:
let
browser = "firefox-nightly";
browser = "firefox";
iconPrefix = ".local/share/icons/hicolor/scalable/apps";
newWindow = "${browser} --new-window";
mkIconPkg = pkgs.callPackage ../../utils/make-icon.nix { };