Moved git-credential-oauth to home.nix

This commit is contained in:
2025-05-14 17:35:57 -04:00
parent c41912d697
commit d8a9c7412d
2 changed files with 2 additions and 1 deletions

View File

@@ -172,7 +172,6 @@
gcc gcc
gimp gimp
git git
git-credential-oauth
ibm-plex ibm-plex
imagemagick imagemagick
kdePackages.kdenlive kdePackages.kdenlive

View File

@@ -99,6 +99,8 @@
}; };
}; };
programs.git-credential-oauth.enable =true;
home.packages = with pkgs; [ home.packages = with pkgs; [
runelite runelite
]; ];