chore: update macOS settings

This commit is contained in:
Greg Hellings
2026-07-07 14:15:17 -05:00
parent b35004a3ad
commit 0e972936d3
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ in
programs.firefox = {
enable = true; # (!pkgs.stdenv.hostPlatform.isDarwin);
configPath = "${config.xdg.configHome}/mozilla/firefox";
configPath = if pkgs.stdenv.hostPlatform.isDarwin then "${config.home.homeDirectory}/Library/Application Support/Firefox" else "${config.xdg.configHome}/mozilla/firefox";
package = pkgs.firefox-bin;
policies = {
DisableAppUpdate = true;