From 64658214b45e9139d2b35dd357a8cc4aa4ca12cb Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:14:14 +1000 Subject: [PATCH] replace calligra with onlyoffice --- modules/nixos/features/plasma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/features/plasma.nix b/modules/nixos/features/plasma.nix index 38d2956..59a038e 100644 --- a/modules/nixos/features/plasma.nix +++ b/modules/nixos/features/plasma.nix @@ -21,7 +21,6 @@ in with pkgs.kdePackages; [ kontact - calligra ktorrent kget kzones @@ -29,6 +28,7 @@ in ++ (with pkgs; [ kile haruna + onlyoffice-desktopeditors ]); };