From 6fc2805aa853bedbd7ae9f2a6467d14b0a0d8c9c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:48:49 +0400 Subject: [PATCH] for later --- hosts/sakopc/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index d24b1f0a..98655a6c 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -34,6 +34,7 @@ chat = { whatsapp.enable = true; zoom.enable = true; + discord.enable = true; }; game = { lutris.enable = true; @@ -49,7 +50,6 @@ dev = { editors = { nvim.enable = true; - vscode.enable = true; emacs.enable = true; }; cc.enable = true; @@ -79,6 +79,11 @@ }; work = { libreoffice.enable = true; + onlyoffice.enable = true; + }; + security = { + sops.enable = true; + certs.enable = true; }; }; }