NixOS + home-manager configs, mirrored from GitLab SaaS.
gitlab.com/andreijiroh-dev/nixops-config
nix-flake
nixos
home-manager
nixpkgs
nix-flakes
1# pkgs/maintainer-metadata.nix
2#
3# This file contains maintainer information for packages in this flake.
4# It's intended to be imported by package definitions.
5{
6 ajhalili2006 = {
7 name = "Andrei Jiroh Halili";
8 github = "ajhalili2006";
9 githubId = 34998342;
10 email = "ajhalili2006@andreijiroh.dev";
11 matrix = "@ajhalili2006@envs.net";
12 keys = [
13 {
14 # main key
15 fingerprint = "4D5E 6317 58CB 9CC4 5941 B1CE 67BF C91B 3DA1 2BE8";
16 }
17 {
18 # recaptime.dev specifics
19 fingerprint = "A715 100E 58CF 6050 0EE1 5965 2F38 4539 C700 B263";
20 }
21 ];
22 };
23}