mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 05:00:13 +00:00
more changes
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -43,6 +43,7 @@ in
|
||||
|
||||
# Graphical volume notifications
|
||||
services.volnoti.enable = true;
|
||||
services.volnoti.package = pkgs.nmasur.volnoti;
|
||||
|
||||
xsession.windowManager.i3.config = {
|
||||
|
||||
|
Reference in New Issue
Block a user