feat(config): use SSH git protocol with gh credential helper

This commit is contained in:
2026-02-20 01:07:31 -08:00
committed by Kat Huang
parent 791e63d616
commit 7b412c0c67
4 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,12 @@
./dotfiles-links.nix
];
programs.git.enable = true;
programs.gh = {
enable = true;
settings.git_protocol = "ssh";
};
# Hyprland config starts this target on login (see `dotfiles/config/hypr/hyprland.conf`).
systemd.user.targets.hyprland-session = {
Unit = {