diff options
-rw-r--r-- | hosts/mba/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 6e6aa8d..7b6f82b 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -19,6 +19,7 @@ onActivation.autoUpdate = true; brews = [ + "aspell" ]; taps = [ @@ -28,10 +29,12 @@ casks = [ "1password-cli" "docker" + "element" "emacs" "font-source-code-pro" "iterm2" "wireshark" + "zoom" ]; }; |