Files
dot/nix/user/profiles/martin.nix
2025-02-25 14:29:55 +01:00

14 lines
257 B
Nix

{ config, pkgs, ... }:
{
home.username = "martin";
home.homeDirectory = "/Users/martin";
home.stateVersion = "24.05"; # Please read the comment before changing.
programs.git = {
userName = "Martin";
userEmail = "git@pander-on.de";
};
}