Skip to content
View maevii's full-sized avatar

Organizations

@NixOS

Block or report maevii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maevii/README.nix
{
  serial = "AZ-07F";
  name = "Maevi";
  aliases = [
    "azey7f" # NOTE: deprecated
  ];

  description = "a vaguely femme consciousness trapped in a human body, trying to make the best of life";

  gender = "girlthing";
  pronouns = ["she/her"];
  age = "REDACTED FOR PRIVACY";

  activities = [
    "staying alive in a world that wants me dead"
    "touching computers"
    "REDACTED FOR PRIVACY"
    "contributing to nixpkgs et al"
    "REDACTED FOR PRIVACY"
    "REDACTED FOR PRIVACY"
  ];
  location.country = "REDACTED FOR PRIVACY";

  contact = {
    mailto = "[email protected]";
    codeberg = "maevi";
    github = "maevii";
    # TODO: matrix, fedi
  };
  ref = "maevi.net"; # NOTE: IPv6-only, v4.maevi.net if your ISP is still stuck in the 90s

  keys = [
    (import ./pgp.nix {
      eval = "gpg --auto-key-locate clear,nodefault,cert,dane --locate-keys [email protected]";
      fingerprint = "A176 4D41 E826 A6E5 A5A1  8231 7670 F0F0 C946 12F4";
    })
    (import ./pgp.nix {
      # NOTE: expired as of 2026-01-12
      fingerprint = "2CCB 3403 43FE 8A2B 91CE  7F75 F94F 4A71 C5C2 1E8F";
    })
  ];
}

Pinned Loading

  1. btop-gpu btop-gpu Public archive

    Forked from aristocratos/btop

    A monitor of resources, forked for GPU support - merged into btop!

    C++ 54 2

  2. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 23.6k 18.1k