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 = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
foot.enable = true;
|
||||||
};
|
};
|
||||||
cli = {
|
cli = {
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
vifm.enable = true;
|
vifm.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
userEmail = "ybarbanneau@sellsy.com";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
video = {
|
video = {
|
||||||
kdenlive.enable = false;
|
kdenlive.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue