Enable git credential cache

This commit is contained in:
2025-05-19 18:19:14 -04:00
parent 985beb3a75
commit 4c09541187

View File

@@ -140,6 +140,16 @@
}; };
}; };
# Install git and enable cache
programs.git = {
enable = true;
config = {
credential = {
helper = "cache --timeout 21600";
};
};
};
# Install Neovim # Install Neovim
programs.neovim = { programs.neovim = {
enable = true; enable = true;
@@ -180,7 +190,6 @@
firefoxpwa firefoxpwa
gcc gcc
gimp gimp
git
ibm-plex ibm-plex
imagemagick imagemagick
kdePackages.kdenlive kdePackages.kdenlive