From e364a3af656463f92d6291a7d535e2e1c0ce7cba Mon Sep 17 00:00:00 2001 From: Zeusina Date: Thu, 23 Jul 2026 19:15:16 +0300 Subject: [PATCH] feat(kachu-laptop): :sparkles: install onlyoffice --- hosts/kachu-laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kachu-laptop/configuration.nix b/hosts/kachu-laptop/configuration.nix index d0ca961..49cf3b8 100644 --- a/hosts/kachu-laptop/configuration.nix +++ b/hosts/kachu-laptop/configuration.nix @@ -164,6 +164,7 @@ asusctl supergfxctl (callPackage ../../drvs/nvidia-offload.nix {}) + onlyoffice-desktopeditors ]; programs.fuse.enable = true;