11.stylix/modules/vscode/meta.nix
2025-05-18 14:09:50 +01:00

9 lines
156 B
Nix

{ lib, ... }:
{
name = "VSCode";
homepage = "https://code.visualstudio.com/";
maintainers = with lib.maintainers; [
Flameopathic
danth
];
}