stylix: init module maintainers framework (#977)

Initialize module maintainers framework to streamline the future
population of module maintainers [1].

[1]: https://github.com/danth/stylix/issues/275

Link: https://github.com/danth/stylix/pull/977

Reviewed-by: Daniel Thwaites <danth@danth.me>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-03-14 11:29:51 -07:00 committed by GitHub
parent 52b1cc7247
commit e43eb4e2a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 312 additions and 0 deletions

3
modules/feh/meta.nix Normal file
View file

@ -0,0 +1,3 @@
{
maintainers = [ ];
}