NixOS configuration editors

From NixOS Wiki
Revision as of 12:06, 30 August 2022 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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