1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

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"; 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 = { fendse = {
email = "46252070+Fendse@users.noreply.github.com"; email = "46252070+Fendse@users.noreply.github.com";
github = "Fendse"; github = "Fendse";

View File

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