diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 760cbb7..1de3517 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -21,7 +21,7 @@ alt-slash = 'layout tiles horizontal vertical' alt-comma = 'layout accordion horizontal vertical' alt-t = 'exec-and-forget open /Applications/Ghostty.app' -alt-w = "exec-and-forget open /Applications/'Zen Browser.app'" +alt-w = "exec-and-forget open /Applications/'Zen.app'" alt-left = 'focus left' alt-down = 'focus down' diff --git a/module/configuration.nix b/module/configuration.nix index dbcb2c0..a466f68 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -24,10 +24,6 @@ onActivation.cleanup = "zap"; brews = [ - { - name = "borders"; - restart_service = "changed"; - } "cocoapods" ]; @@ -57,7 +53,6 @@ taps = [ "dracula/install" - "FelixKratz/formulae" "homebrew/services" "nikitabobko/tap" ];