modified: common/configuration.nix
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user