Files
rice-flakes/modules/home/git.nix
2025-05-01 15:05:03 -05:00

9 lines
135 B
Nix

{ config, pkgs, ... }:
{
programs.git = {
enable = true;
userName = "poslop";
userEmail = "poslop@archfox.org";
};
}