Enable git credential cache
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user