Compare commits
No commits in common. "0e7f6d0383b65752c2e9506a537573f0398f6f2b" and "1ba39a8930361141ed7b66b7eb7baea7517a4f85" have entirely different histories.
0e7f6d0383
...
1ba39a8930
|
@ -89,7 +89,7 @@ in {
|
||||||
upgrade = true;
|
upgrade = true;
|
||||||
cleanup = "zap";
|
cleanup = "zap";
|
||||||
};
|
};
|
||||||
taps = [ "homebrew/cask-versions" "homebrew/services" ];
|
taps = [ "homebrew/cask-versions" ];
|
||||||
casks = lib.mkMerge [
|
casks = lib.mkMerge [
|
||||||
(lib.mkIf config.nathan.programs.firefox [{ name = "firefox"; }])
|
(lib.mkIf config.nathan.programs.firefox [{ name = "firefox"; }])
|
||||||
(lib.mkIf config.nathan.programs.virtualization [{ name = "utm"; }])
|
(lib.mkIf config.nathan.programs.virtualization [{ name = "utm"; }])
|
||||||
|
@ -108,7 +108,6 @@ in {
|
||||||
{ name = "iterm2"; }
|
{ name = "iterm2"; }
|
||||||
{ name = "gpg-suite"; }
|
{ name = "gpg-suite"; }
|
||||||
{ name = "amethyst"; }
|
{ name = "amethyst"; }
|
||||||
{ name = "podman-desktop"; }
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
brews = lib.mkMerge [
|
brews = lib.mkMerge [
|
||||||
|
@ -117,8 +116,6 @@ in {
|
||||||
restart_service = true;
|
restart_service = true;
|
||||||
start_service = true;
|
start_service = true;
|
||||||
}])
|
}])
|
||||||
# Unconditionally install core utilities
|
|
||||||
[{ name = "podman"; }]
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,7 +21,6 @@ in with lib; {
|
||||||
AppleInterfaceStyle = "Dark";
|
AppleInterfaceStyle = "Dark";
|
||||||
# Disable "natural" scrolling
|
# Disable "natural" scrolling
|
||||||
"com.apple.swipescrolldirection" = false;
|
"com.apple.swipescrolldirection" = false;
|
||||||
"_HIHideMenuBar" = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue