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:
parent
b9dd11dd7b
commit
93c8464641
@ -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"
|
||||
];
|
||||
|
@ -167,7 +167,7 @@
|
||||
|
||||
system.stateVersion = 5;
|
||||
|
||||
containers.podman = {
|
||||
podman = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
docker-credential-helpers
|
||||
|
Loading…
Reference in New Issue
Block a user