Files
dot/config/nix/user/profiles/moustachioedBook.nix
2024-03-25 14:43:39 +01:00

14 lines
269 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";
userEmail = "git@pander-on.de";
};
}