fix current build on darwin

This commit is contained in:
Noah Masur
2026-01-25 10:42:53 -05:00
parent 54d2376437
commit a64488093c
2 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ in
extensions = [
pkgs.nmasur.gh-collaborators
pkgs.gh-dash
pkgs.gh-copilot
];
};

View File

@@ -15,6 +15,12 @@ in
config = lib.mkIf cfg.enable {
nixpkgs.overlays = [
(_final: _prev: {
firefox-unwrapped = pkgs.stable.firefox-unwrapped;
})
];
system.defaults.CustomUserPreferences = {
"com.apple.dock" = {
magnification = true;