more changes

This commit is contained in:
Noah Masur
2025-03-04 07:50:47 -05:00
parent eed097f270
commit 05e3996eb3
13 changed files with 60 additions and 28 deletions

View File

@ -25,12 +25,12 @@ in
imapHost = lib.mkOption {
type = lib.types.str;
description = "Server host for IMAP (reading mail).";
default = config.hostnames.imap;
default = hostnames.imap;
};
smtpHost = lib.mkOption {
type = lib.types.str;
description = "Server host for SMTP (sending mail).";
default = config.hostnames.smtp;
default = hostnames.smtp;
};
};

View File

@ -43,6 +43,7 @@ in
# Graphical volume notifications
services.volnoti.enable = true;
services.volnoti.package = pkgs.nmasur.volnoti;
xsession.windowManager.i3.config = {