11.stylix/modules/gtksourceview/meta.nix
bricked 05752c77ac
gtksourceview: init module (#958)
Link: https://github.com/nix-community/stylix/pull/958

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-12 16:50:03 -07:00

5 lines
89 B
Nix

{ lib, ... }:
{
maintainers = [ lib.maintainers.bricked ];
name = "GTKSourceView";
}