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

6 lines
116 B
Nix

{ lib, ... }:
{
name = "fish";
homepage = "https://fishshell.com/";
maintainers = [ lib.maintainers.naho ];
}