fixed podman config for sephiroth, added ghostty as brew package

todo: fix ghostty when it gets added as a nix package for darwin
This commit is contained in:
Wyatt J. Miller 2024-12-28 17:11:52 -05:00
parent b9dd11dd7b
commit 93c8464641
2 changed files with 2 additions and 7 deletions

View File

@ -8,17 +8,11 @@
homebrew = {
enable = true;
onActivation = {
autoUpdate = false;
# 'zap': uninstalls all formulae(and related files) not listed here.
cleanup = "zap";
};
# Applications to install from Mac App Store using mas.
# You need to install all these Apps manually first so that your apple account have records for them.
# otherwise Apple Store will refuse to install them.
# For details, see https://github.com/mas-cli/mas
masApps = {
Xcode = 497799835;
"Reeder 5." = 1529448980;
@ -34,6 +28,7 @@
];
casks = [
"ghostty"
"raycast"
"jordanbaird-ice"
];

View File

@ -167,7 +167,7 @@
system.stateVersion = 5;
containers.podman = {
podman = {
enable = true;
extraPackages = with pkgs; [
docker-credential-helpers