Jump to content

NixOS configuration editors: Difference between revisions

From Official NixOS Wiki
imported>Milahu
Created page with "Creating graphical editors for NixOS configuration is hard, because the Nix language is complex. So, either you get a Nix text editor with a language server (autocomplete and..."
(No difference)

Revision as of 12:06, 30 August 2022

Creating graphical editors for NixOS configuration is hard, because the Nix language is complex.

So, either you get a Nix text editor with a language server (autocomplete and suggestions, based on the NixOS config schema), or you get a graphical config manager, which cannot express all features of Nix.

Implementations

nix-gui by lapp0

nixos-manager by pmiddend

nixos-conf-editor by vlinkz

backend tool: https://github.com/vlinkz/nix-editor

Nixos-Gui by Celestialme

See also