mirror of
https://github.com/nmasur/dotfiles
synced 2026-08-29 08:38:35 +00:00
fix: firefox profile cannot be loaded error on macOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user