2023-04-18 08:44:08 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
2023-04-13 07:51:47 +01:00
|
|
|
# Home Manager needs a bit of information about you and the
|
|
|
|
# paths it should manage.
|
|
|
|
home.username = "xenia";
|
|
|
|
home.homeDirectory = "/home/xenia";
|
|
|
|
|
|
|
|
programs.git = {
|
|
|
|
userEmail = "evie@xenia.me.uk";
|
|
|
|
};
|
|
|
|
}
|