{ ... }: let kiri = { name = "kiri"; realName = "Jelle Spreeuwenberg"; homeDirectory = "/home/kiri"; terminalPackagePath = [ "kitty" ]; emails = { personal = { address = "mail@jelles.net"; primary = true; type = "mxrouting"; }; old = { address = "mail@jellespreeuwenberg.nl"; primary = false; type = "mxrouting"; }; uni = { address = "j.spreeuwenberg@student.tue.nl"; primary = false; type = "office365"; }; work = { address = "jelle.spreeuwenberg@yookr.org"; primary = false; type = "office365"; }; }; sourceControl = { profiles = { github-personal = { }; gitlab-personal = { }; }; }; }; ergon = { name = "ergon"; realName = "Jelle Spreeuwenberg"; homeDirectory = "/home/ergon"; terminalPackagePath = [ "kitty" ]; emails = { personal = { address = "mail@jelles.net"; primary = false; type = "mxrouting"; }; work = { address = "jelle.spreeuwenberg@yookr.org"; primary = true; type = "office365"; }; }; sourceControl = { profiles = { github-personal = { }; github-work = { }; gitlab-personal = { }; }; projectScope = "work"; }; }; in { meta.lib.users = { inherit ergon kiri ; }; }