Update git; Update vim

This commit is contained in:
Martin
2025-02-25 14:29:55 +01:00
parent 8e8b47151f
commit c373f5fcfd
5 changed files with 59 additions and 4 deletions

View File

@ -0,0 +1,13 @@
{ 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";
};
}