diff --git a/hosts/m920q/default.nix b/hosts/m920q/default.nix index 0389a75..59e0c69 100644 --- a/hosts/m920q/default.nix +++ b/hosts/m920q/default.nix @@ -61,6 +61,8 @@ system.stateVersion = "25.11"; # Did you read the comment? + environment.systemPackages = [ pkgs.onlyoffice-bin ]; + }