gnome-text-editor

gnome-text-editor 50.1

Text Editor for GNOME

https://gitlab.gnome.org/GNOME/gnome-text-editor
GNU General Public License v3.0 or later
main program: gnome-text-editorprograms: gnome-text-editor
Platforms (45)
riscv64-netbsdx86_64-freebsdaarch64-linuxpowerpc-netbsdaarch64-netbsdi686-openbsdx86_64-openbsdx86_64-solaris
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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