From 87e97fb9f00831831f12f781400f6bd272017b83 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:13:03 +0400 Subject: [PATCH] disable libreoffice for sakopc --- hosts/sakopc/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index f6aeeb86..847ce7d9 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -101,10 +101,7 @@ tmux.enable = true; ranger.enable = true; }; - work = { - libreoffice.enable = true; - onlyoffice.enable = true; - }; + work = { onlyoffice.enable = true; }; security = { certs.enable = true; tor.enable = true;