hyprpaper: add maintainer

This commit is contained in:
Silmar 2024-02-26 14:19:00 -03:00
parent 48b30085fd
commit c5ee614bc5
2 changed files with 8 additions and 0 deletions

View File

@ -205,6 +205,12 @@
fingerprint = "F0E0 0311 126A CD72 4392 25E6 68BF 2EAE 6D91 CAFF";
}];
};
silmarp = {
name = "Silmar Pereira da Silva Junior";
email = "silmarjr2@gmail.com";
github = "silmarp";
githubID = 67292496;
};
fendse = {
email = "46252070+Fendse@users.noreply.github.com";
github = "Fendse";

View File

@ -4,6 +4,8 @@ with lib;
let cfg = config.programs.hyprpaper;
in {
meta.maintainers = [ lib.maintainers.silmarp ];
options = {
programs.hyprpaper = {
enable = mkEnableOption "hyprpaper";