mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-20 13:50:58 +01:00
ZeNixComputa: add teams
This commit is contained in:
parent
cd306e22b0
commit
1c8d4bd653
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue