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

6 lines
124 B
Nix

{ lib, ... }:
{
name = "Chromium";
homepage = "https://www.chromium.org/";
maintainers = [ lib.maintainers.danth ];
}