From 6f61668320cf0e59217b7278648bc317cb1d5783 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 8 Nov 2025 22:35:29 -0500 Subject: [PATCH] git credential oauth --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5b5f01f..5de90d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,9 +74,8 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + vim wget - git hyprland kitty libnotify @@ -89,6 +88,7 @@ statix python314 zig + git-credential-oauth ]; programs.git = { @@ -99,6 +99,10 @@ email = "admonty1@protonmail.com"; }; pull.rebase = true; + credential = { + helper = "oauth"; + }; + }; }; -- 2.54.0