feat(config): use SSH git protocol with gh credential helper
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user