mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(email): show new stuff in info bar and remove gmail accounts
This commit is contained in:
@@ -113,29 +113,6 @@ in {
|
||||
imap.host = "mail.cock.li";
|
||||
smtp.host = imap.host;
|
||||
};
|
||||
google-amro =
|
||||
defaults
|
||||
// rec {
|
||||
address = "amroplay@gmail.com";
|
||||
userName = address;
|
||||
passwordCommand = passwordCommandFrom <secrets/mail/gmail/amroplay>;
|
||||
flavor = "gmail.com";
|
||||
aerc.enable = false;
|
||||
};
|
||||
google-kieran =
|
||||
defaults
|
||||
// rec {
|
||||
address = "kieran.meinhardt@gmail.com";
|
||||
userName = address;
|
||||
passwordCommand = passwordCommandFrom <secrets/mail/gmail/kieran.meinhardt>;
|
||||
flavor = "gmail.com";
|
||||
aerc.enable = false;
|
||||
folders = {
|
||||
drafts = "[Gmail]/Entwürfe";
|
||||
sent = "[Gmail]/Gesendet";
|
||||
trash = "[Gmail]/Papierkorb";
|
||||
};
|
||||
};
|
||||
posteo =
|
||||
lib.recursiveUpdate defaults
|
||||
rec {
|
||||
|
||||
@@ -178,6 +178,7 @@ in {
|
||||
statusCommand = "env I3RS_GITHUB_TOKEN=${lib.strings.fileContents <secrets/github/notification.token>} ${pkgs.i3status-rust}/bin/i3status-rs ${
|
||||
(pkgs.formats.toml {}).generate "i3status-rust.toml" (import <niveum/lib/i3status-rust.nix> {
|
||||
inherit (config.niveum) batteryName wirelessInterface;
|
||||
inherit (config.home-manager.users.me.accounts.email) accounts;
|
||||
inherit colours;
|
||||
inherit pkgs;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user