diff options
author | Franck Cuny <franck@fcuny.net> | 2023-11-06 16:51:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:05:04 -0800 |
commit | 95e4e68e8d9711d79e2e8b36915de52d69a0bea9 (patch) | |
tree | fcca8e11dfb6374bd3654f7c82fb4f490b024a35 /hosts | |
parent | use 1password ssh agent (diff) | |
download | world-95e4e68e8d9711d79e2e8b36915de52d69a0bea9.tar.gz |
install a few more tools
Diffstat (limited to 'hosts')
-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" ]; }; |