fix: firefox profile cannot be loaded error on macOS

This commit is contained in:
Noah Masur
2026-08-22 09:25:04 -04:00
parent fffb9d547c
commit 5ecefd4589
2 changed files with 4 additions and 8 deletions
@@ -21,14 +21,6 @@ in
"okta-browser-plugin"
];
home.file."Library/Application Support/Firefox/installs.ini" = lib.mkIf pkgs.stdenv.isDarwin {
text = ''
[43AEB1562DAA8804]
Default=Profiles/default
Locked=1
'';
};
programs.firefox = {
enable = true;
package = pkgs.firefox;