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

6 lines
121 B
Nix

{ lib, ... }:
{
name = "starship";
homepage = "https://starship.rs/";
maintainers = [ lib.maintainers.cluther ];
}