From da90c0f8048f138efd3f9efd1a1b5d180ec4559c Mon Sep 17 00:00:00 2001 From: Mariano Uvalle Date: Mon, 4 Aug 2025 20:35:57 -0700 Subject: [PATCH] [msft-mac] Add karabiner and secretive Signed-off-by: Mariano Uvalle --- hosts/msft-mac/configuration.nix | 2 ++ hosts/msft-mac/home.nix | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/hosts/msft-mac/configuration.nix b/hosts/msft-mac/configuration.nix index 20166e4..9184347 100644 --- a/hosts/msft-mac/configuration.nix +++ b/hosts/msft-mac/configuration.nix @@ -25,6 +25,8 @@ casks = [ "ghostty" "secretive" + "karabiner-elements" + "raycast" ]; }; diff --git a/hosts/msft-mac/home.nix b/hosts/msft-mac/home.nix index 68983f9..cf561bc 100644 --- a/hosts/msft-mac/home.nix +++ b/hosts/msft-mac/home.nix @@ -9,6 +9,7 @@ ../../home-modules/default.nix ../../home-modules/direnv.nix ../../home-modules/ghostty-config.nix + ../../home-modules/karabiner.nix ../../home-modules/lazygit.nix ../../home-modules/nvim.nix ../../home-modules/starship.nix @@ -63,6 +64,14 @@ stateVersion = "25.05"; }; + programs.ssh = { + enable = true; + extraConfig = '' +Host * + IdentityAgent /Users/jmug/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh + ''; + }; + programs.zsh = { shellAliases = { # TODO BEGIN Interpolate the name of the host here.