abiword

abiword 3.0.7

Word processing program, similar to Microsoft Word

https://gitlab.gnome.org/World/AbiWord/
GNU General Public License v3.0
main program: abiwordprograms: abiword
Platforms (24)
armv6l-linuxmipsel-linuxmips64-linuxriscv32-linuxmips-linuxaarch64-linuxarmv7l-linuxarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  abiword
];
Ad-hoc shell
nix-shell -p abiword
Flake (nix run)
nix run nixpkgs#abiword