modified: common/configuration.nix

This commit is contained in:
2025-07-16 18:55:13 +10:00
parent f2836ab291
commit cca2260bf4

View File

@@ -61,7 +61,7 @@ nix.settings = {
];
};
{
programs.git = {
enable = true;
package = pkgs.git.override { withLibsecret = true; };
@@ -69,7 +69,7 @@ nix.settings = {
credential.helper = "libsecret";
};
};
}
}