gasshhhhhh

This commit is contained in:
Chris Cochrun 2025-01-07 13:06:05 -06:00
parent 2a82a20068
commit 6a1ef25bc9
11 changed files with 473 additions and 485 deletions

View file

@ -171,12 +171,18 @@ in {
imap = {
host = "mail.cochrun.xyz";
port = 993;
tls.enable = true;
tls = {
enable = true;
certificatesFile = ./certs.txt;
};
};
smtp = {
host = "mail.cochrun.xyz";
port = 25;
tls.enable = true;
tls = {
enable = true;
certificatesFile = ./certs.txt;
};
};
mbsync = {
create = "maildir";
@ -524,11 +530,6 @@ in {
recursive = true;
};
# home.file.".config/rofi" = {
# source = ../.config/rofi;
# recursive = true;
# };
programs.firefox = {
enable = true;
package = pkgs.firefox-wayland.override {