mirror of
https://github.com/nmasur/dotfiles
synced 2026-02-05 13:29:45 +00:00
fix current build on darwin
This commit is contained in:
@@ -22,7 +22,6 @@ in
|
||||
extensions = [
|
||||
pkgs.nmasur.gh-collaborators
|
||||
pkgs.gh-dash
|
||||
pkgs.gh-copilot
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user