for later
This commit is contained in:
parent
5a17e892a3
commit
6fc2805aa8
1 changed files with 6 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
||||||
chat = {
|
chat = {
|
||||||
whatsapp.enable = true;
|
whatsapp.enable = true;
|
||||||
zoom.enable = true;
|
zoom.enable = true;
|
||||||
|
discord.enable = true;
|
||||||
};
|
};
|
||||||
game = {
|
game = {
|
||||||
lutris.enable = true;
|
lutris.enable = true;
|
||||||
|
@ -49,7 +50,6 @@
|
||||||
dev = {
|
dev = {
|
||||||
editors = {
|
editors = {
|
||||||
nvim.enable = true;
|
nvim.enable = true;
|
||||||
vscode.enable = true;
|
|
||||||
emacs.enable = true;
|
emacs.enable = true;
|
||||||
};
|
};
|
||||||
cc.enable = true;
|
cc.enable = true;
|
||||||
|
@ -79,6 +79,11 @@
|
||||||
};
|
};
|
||||||
work = {
|
work = {
|
||||||
libreoffice.enable = true;
|
libreoffice.enable = true;
|
||||||
|
onlyoffice.enable = true;
|
||||||
|
};
|
||||||
|
security = {
|
||||||
|
sops.enable = true;
|
||||||
|
certs.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue