about summary refs log tree commit diff
path: root/hosts/mba
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mba')
-rw-r--r--hosts/mba/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix
index 4431df2..6e6aa8d 100644
--- a/hosts/mba/default.nix
+++ b/hosts/mba/default.nix
@@ -11,15 +11,22 @@
 
   programs.zsh.enable = true;
 
+  # Required for homebrew on aarch64
+  environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ];
+
   homebrew = {
     enable = true;
     onActivation.autoUpdate = true;
 
+    brews = [
+    ];
+
     taps = [
-        "homebrew/cask-fonts"
+      "homebrew/cask-fonts"
     ];
 
     casks = [
+      "1password-cli"
       "docker"
       "emacs"
       "font-source-code-pro"