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 + ]; }