Files
dot/nix/user/profiles/work.nix
2024-04-04 22:24:09 +02:00

14 lines
285 B
Nix

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