mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
10 lines
292 B
Nix
10 lines
292 B
Nix
# Configuration for this repo
|
|
# See ./modules/flake-parts/config.nix for module options.
|
|
{
|
|
me = {
|
|
username = "srid";
|
|
fullname = "Sridhar Ratnakumar";
|
|
email = "srid@srid.ca";
|
|
sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQRxPoqlThDrkR58pKnJgmeWPY9/wleReRbZ2MOZRyd";
|
|
};
|
|
}
|