This commit is contained in:
tristan 2023-04-20 18:50:35 +01:00
parent 61779f8b00
commit 5da1757eb9
2 changed files with 271 additions and 3 deletions

View file

@ -13,6 +13,8 @@
musescore
ansible
handbrake
monero-gui
xmrig
];
services.nextcloud-client.enable = true;
@ -22,17 +24,18 @@
userName = "tristan";
userEmail = "tristan@tristans.cloud";
};
accounts.email.accounts."tristan@tristans.cloud" = {
notmuch.enable = true;
neomutt.enable = true;
aerc.enable = true;
mbsync.enable = true;
mbsync.create = "maildir";
mbsync.create = "both";
userName = "tristan@tristans.cloud";
realName = "Tristan";
address = "tristan@tristans.cloud";
primary = true;
passwordCommand = "rbw get privateemail";
passwordCommand = "${pkgs.rbw}/bin/rbw get privateemail";
smtp = {
host = "mail.privateemail.com";
port = 465;
@ -54,6 +57,7 @@
};
programs.mbsync.enable = true;
services.mbsync.enable = true;
programs.aerc.enable = true;
wayland.windowManager.hyprland = {
extraConfig = ''