11.stylix/modules/vscode/meta.nix

9 lines
110 B
Nix

{ lib, ... }:
{
maintainers = with lib.maintainers; [
Flameopathic
danth
];
name = "VSCode";
}