Fix problems with typescript lsp, gnugpg, and git

This commit is contained in:
Tobias Ostner 2026-04-20 13:17:01 +02:00
parent dd81c1b964
commit 28fc9e5707
2 changed files with 9 additions and 3 deletions

View file

@ -19,7 +19,6 @@
}; };
programs.zsh.enable = true; programs.zsh.enable = true;
programs.gnupg.agent.enable = true;
networking.hostName = hostname; networking.hostName = hostname;

View file

@ -37,10 +37,11 @@
nixd nixd
nixpkgs-fmt nixpkgs-fmt
nodejs nodejs
nodePackages.typescript-language-server typescript-language-server
nodePackages.vscode-json-languageserver vscode-json-languageserver
noto-fonts noto-fonts
pass pass
pinentry_mac
ripgrep ripgrep
tree tree
typescript typescript
@ -70,6 +71,7 @@
git = { git = {
enable = true; enable = true;
signing.format = null;
settings = { settings = {
core.editor = "emacsclient -c -a ''"; core.editor = "emacsclient -c -a ''";
init.defaultBranch = "main"; init.defaultBranch = "main";
@ -112,6 +114,11 @@
}; };
}; };
services.gpg-agent = {
enable = true;
pinentry.package = pkgs.pinentry_mac;
};
launchd.agents.disable-hotkey = { launchd.agents.disable-hotkey = {
enable = true; enable = true;
config = { config = {