fix: put correct git informations to work account
This commit is contained in:
parent
c61d4e89bd
commit
44d24230d4
1 changed files with 5 additions and 0 deletions
|
@ -2,11 +2,16 @@
|
|||
config.modules = {
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
foot.enable = true;
|
||||
};
|
||||
cli = {
|
||||
neovim.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
userEmail = "ybarbanneau@sellsy.com";
|
||||
};
|
||||
};
|
||||
video = {
|
||||
kdenlive.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue