[msft-mac] Add karabiner and secretive

Signed-off-by: Mariano Uvalle <jmug@Marianos-MacBook-Pro.local>
This commit is contained in:
Mariano Uvalle 2025-08-04 20:35:57 -07:00
parent 09312ef3d3
commit da90c0f804
2 changed files with 11 additions and 0 deletions

View file

@ -25,6 +25,8 @@
casks = [
"ghostty"
"secretive"
"karabiner-elements"
"raycast"
];
};

View file

@ -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.