11.stylix/modules/helix/meta.nix
2025-07-24 15:08:40 +02:00

6 lines
121 B
Nix

{ lib, ... }:
{
name = "Helix";
homepage = "https://helix-editor.com";
maintainers = [ lib.maintainers.osipog ];
}