about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-09-14 17:57:26 -0700
committerFranck Cuny <franck@fcuny.net>2023-09-14 19:13:40 -0700
commit0eb76d0ae036549203e117bf187450ee495a8953 (patch)
treee727cfe3381d9391f8da3902fadf382601e0203e /hosts
parentflake.lock: Update (diff)
downloadworld-0eb76d0ae036549203e117bf187450ee495a8953.tar.gz
add ssh key from 1passowrd and sign commits
Diffstat (limited to '')
-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"