mirror of
https://github.com/kmein/niveum
synced 2026-03-30 01:01:10 +02:00
Compare commits
3 Commits
232b6059df
...
fec8479e90
| Author | SHA1 | Date | |
|---|---|---|---|
| fec8479e90 | |||
| 190a46abcd | |||
| 0a4fccd582 |
@@ -10,7 +10,7 @@
|
|||||||
cat > shell.nix <<'EOF'
|
cat > shell.nix <<'EOF'
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [];
|
packages = [];
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
''${EDITOR:-vim} shell.nix
|
''${EDITOR:-vim} shell.nix
|
||||||
|
|||||||
@@ -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 {
|
work-fysi = rec {
|
||||||
user = "kieran@fysi.tech";
|
user = "kieran@fysi.tech";
|
||||||
address = user;
|
address = user;
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ in {
|
|||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.audacity
|
pkgs.audacity
|
||||||
pkgs.pidgin
|
pkgs.pidgin
|
||||||
|
pkgs.git
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user