Compare commits

..

No commits in common. "0e7f6d0383b65752c2e9506a537573f0398f6f2b" and "1ba39a8930361141ed7b66b7eb7baea7517a4f85" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -89,7 +89,7 @@ in {
upgrade = true;
cleanup = "zap";
};
taps = [ "homebrew/cask-versions" "homebrew/services" ];
taps = [ "homebrew/cask-versions" ];
casks = lib.mkMerge [
(lib.mkIf config.nathan.programs.firefox [{ name = "firefox"; }])
(lib.mkIf config.nathan.programs.virtualization [{ name = "utm"; }])
@ -108,7 +108,6 @@ in {
{ name = "iterm2"; }
{ name = "gpg-suite"; }
{ name = "amethyst"; }
{ name = "podman-desktop"; }
]
];
brews = lib.mkMerge [
@ -117,8 +116,6 @@ in {
restart_service = true;
start_service = true;
}])
# Unconditionally install core utilities
[{ name = "podman"; }]
];
};
};

View File

@ -21,7 +21,6 @@ in with lib; {
AppleInterfaceStyle = "Dark";
# Disable "natural" scrolling
"com.apple.swipescrolldirection" = false;
"_HIHideMenuBar" = false;
};
};
};