rebuild on darwin

This commit is contained in:
js0ny 2025-11-22 20:38:22 +00:00
parent 6f3f19ee86
commit 85b644c512
10 changed files with 156 additions and 78 deletions

View file

@ -20,5 +20,12 @@
i18n.inputMethod.enable = false;
programs.ghostty.systemd.enable = false;
programs.ghostty.package = pkgs.ghostty-bin;
programs.ghostty.package = lib.mkForce pkgs.ghostty-bin;
home.file.".ssh/config".text = ''
# ~/.ssh/config
Host *
UseKeychain yes
AddKeysToAgent yes
'';
}