about summary refs log tree commit diff
path: root/nix/profiles/home-manager/personal.nix
blob: d7586962ac4fc599fa5c7e722ffd0f462a2e9208 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }: {

  home.stateVersion = "23.05";

  imports = [ ./dev.nix ./fish.nix ./git.nix ./shell.nix ./ssh.nix ];

  programs.git = { userEmail = "franck@fcuny.net"; };
}