From d809ab9fb66b6f1e6e0274947b6b1cfdf6b4f6a6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Apr 2025 13:41:34 +0100 Subject: [PATCH] Add LibreOffice --- hosts/lemp11/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index b12683f7..e18be8e6 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -52,4 +52,8 @@ ]; system.autoUpgrade.enable = true; + + environment.systemPackages = with pkgs; [ + libreoffice + ]; }