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 = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
onActivation = {
|
onActivation = {
|
||||||
autoUpdate = false;
|
autoUpdate = false;
|
||||||
# 'zap': uninstalls all formulae(and related files) not listed here.
|
|
||||||
cleanup = "zap";
|
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 = {
|
masApps = {
|
||||||
Xcode = 497799835;
|
Xcode = 497799835;
|
||||||
"Reeder 5." = 1529448980;
|
"Reeder 5." = 1529448980;
|
||||||
@ -34,6 +28,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
"ghostty"
|
||||||
"raycast"
|
"raycast"
|
||||||
"jordanbaird-ice"
|
"jordanbaird-ice"
|
||||||
];
|
];
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
system.stateVersion = 5;
|
system.stateVersion = 5;
|
||||||
|
|
||||||
containers.podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
docker-credential-helpers
|
docker-credential-helpers
|
||||||
|
Loading…
Reference in New Issue
Block a user