1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

move keyboard files to config

This commit is contained in:
2025-12-25 14:35:28 +01:00
parent a5d4b082ee
commit dd50715f43
12 changed files with 46 additions and 62 deletions

View File

@@ -91,7 +91,22 @@ in
lib.filterAttrs (_: v: v ? "syncthingId") systems
);
email = import ./email.nix;
email =
let
thunderbirdProfile = "donnervogel";
in
{
inherit thunderbirdProfile;
defaults = {
thunderbird = {
enable = true;
profiles = [ thunderbirdProfile ];
};
aerc.enable = true;
realName = "Kierán Meinhardt";
folders.inbox = "INBOX";
};
};
systems = systems;
@@ -99,6 +114,17 @@ in
github = "kmein";
email = "kmein@posteo.de";
name = "Kierán Meinhardt";
pronouns = builtins.concatStringsSep "/" [
"er"
"he"
"is"
"οτος"
"هو"
"̄ϥ"
"он"
"han"
""
];
sshKeys = [
systems.fatteh.sshKey
systems.manakish.sshKey