diff --git a/modules/machine/sephiroth/apps.nix b/modules/machine/sephiroth/apps.nix index e603b34..2a47cb5 100644 --- a/modules/machine/sephiroth/apps.nix +++ b/modules/machine/sephiroth/apps.nix @@ -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" ]; diff --git a/modules/machine/sephiroth/configuration.nix b/modules/machine/sephiroth/configuration.nix index c27465e..80fcb13 100644 --- a/modules/machine/sephiroth/configuration.nix +++ b/modules/machine/sephiroth/configuration.nix @@ -167,7 +167,7 @@ system.stateVersion = 5; - containers.podman = { + podman = { enable = true; extraPackages = with pkgs; [ docker-credential-helpers