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
Maintainers
Platforms (24)
armv6l-linuxmipsel-linuxmips64-linuxriscv32-linuxmips-linuxaarch64-linuxarmv7l-linuxarc-linux
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