summaryrefslogtreecommitdiff
path: root/basics
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-08-20 14:27:53 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-08-20 17:11:33 +0200
commit1b58988cc70068e43c479809f3b3fa34bc5ff11d (patch)
tree5a5abf9ba1fa3808be621dd2a3a3cdc6503eb162 /basics
parent00348ab9a2d66c41d61788455acfe6cfadad13c6 (diff)
change api to accomodate for tex cv
Diffstat (limited to 'basics')
-rw-r--r--basics/default.nix19
1 files changed, 8 insertions, 11 deletions
diff --git a/basics/default.nix b/basics/default.nix
index 4b8ad1d..a646369 100644
--- a/basics/default.nix
+++ b/basics/default.nix
@@ -8,16 +8,10 @@ let
};
in {
inherit institution;
- email = [
- {
- name = "academic";
- address = "quentin.aristote@irif.fr";
- }
- {
- name = "personal";
- address = "quentin@aristote.fr";
- }
- ];
+ email = {
+ academic = "quentin.aristote@irif.fr";
+ personal = "quentin@aristote.fr";
+ };
avatar = file "avatar.jpg";
location = {
office = "4031";
@@ -58,7 +52,10 @@ in {
};
in getKeyFiles "pgp" [ "DFC1660846EEA97C059F18534EF515441E635D36" ]
// getKeyFiles "ssh" [ "qaristote@latitude-7490" ];
- name = "Quentin Aristote";
+ name = {
+ first = "Quentin";
+ last = "Aristote";
+ };
url = "https://quentin.aristote.fr/";
description = ''
I am a student at the ${