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 = [
|
extensions = [
|
||||||
pkgs.nmasur.gh-collaborators
|
pkgs.nmasur.gh-collaborators
|
||||||
pkgs.gh-dash
|
pkgs.gh-dash
|
||||||
pkgs.gh-copilot
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,12 @@ in
|
|||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(_final: _prev: {
|
||||||
|
firefox-unwrapped = pkgs.stable.firefox-unwrapped;
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
system.defaults.CustomUserPreferences = {
|
system.defaults.CustomUserPreferences = {
|
||||||
"com.apple.dock" = {
|
"com.apple.dock" = {
|
||||||
magnification = true;
|
magnification = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user