ZeNixComputa: add teams

This commit is contained in:
Quentin Boyer 2023-04-04 23:24:05 +02:00
parent cd306e22b0
commit 1c8d4bd653

View file

@ -1,7 +1,13 @@
{config, ...}: {
{
config,
pkgs,
...
}: {
home.username = "${config.extraInfo.username}";
home.homeDirectory = "/home/${config.extraInfo.username}";
home.packages = with pkgs; [teams];
programs.git = {
userName = "traxys";
userEmail = config.extraInfo.email;