Desktop: configure git

This commit is contained in:
Toast 2024-03-12 10:17:33 +01:00
parent eaac86bb1f
commit 1ccb1ded82
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, lib, ... }:
{
home-manager.users.toast = {
programs.git = {
package = pkgs.gitFull;
};
};
}