main
 1{
 2  den.users.hpcesia = {
 3    identity = {
 4      displayName = "HPCesia";
 5      email = "me@hpcesia.com";
 6      avatar = ./avatar.png;
 7      sshKeys = [
 8        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFMKaGC2I3an4AJDeWzVx5vhm63+kxi6zJNdh7yEp6CK hpcesia@kevin"
 9        "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIH6wZFUEv9pSV+MgzqZRJ08WwJvL5FRMhayp73kCnDckAAAABHNzaDo= me@hpcesia.com"
10      ];
11      gpgKeys = [
12        ./gpg.asc
13      ];
14    };
15    system = {
16      hashedPasswordAged = ./hashed-password.age;
17      settings = {
18        themes.theme = "catppuccin";
19      };
20    };
21  };
22
23  den.aspects.hpcesia = {
24  };
25}