1
0
mirror of https://github.com/kmein/niveum synced 2026-03-25 05:51:07 +01:00

3 Commits

3 changed files with 16 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
cat > shell.nix <<'EOF'
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [];
packages = [];
}
EOF
''${EDITOR:-vim} shell.nix

View File

@@ -59,6 +59,20 @@
};
};
uni-fsi = {
user = "fsklassp";
password = lib.strings.fileContents <secrets/mail/fsklassp>;
address = "fsklassp@hu-berlin.de";
imap = "mailbox.cms.hu-berlin.de";
smtp = "mailhost.cms.hu-berlin.de";
smtpSettings = smtp: "smtp://${smtp}";
folders = {
drafts = "Drafts";
sent = "Sent";
trash = "Trash";
};
};
work-fysi = rec {
user = "kieran@fysi.tech";
address = user;

View File

@@ -51,6 +51,7 @@ in {
pkgs.firefox
pkgs.audacity
pkgs.pidgin
pkgs.git
];
networking = {