From 981009eca0634e6ad9e1c0889bf6f671a01a704f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:14:31 +0400 Subject: [PATCH] enable libreoffice --- hosts/sakotop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index f8c45154..a798ef55 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -98,6 +98,9 @@ mpd.enable = true; ncmpcpp.enable = true; }; + work = { + libreoffice.enable = true; + }; security = { age.enable = true; };