mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
rebuild on darwin
This commit is contained in:
parent
6f3f19ee86
commit
85b644c512
10 changed files with 156 additions and 78 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue