mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
clean up host settings
and start removing if statements
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
frequency = "*:0/5";
|
||||
postExec = "${pkgs.notmuch}/bin/notmuch new";
|
||||
};
|
||||
services.imapnotify.enable = pkgs.stdenv.isLinux && config.physical;
|
||||
services.imapnotify.enable = pkgs.stdenv.isLinux;
|
||||
programs.notmuch.enable = true;
|
||||
accounts.email = {
|
||||
maildirBasePath = "${config.homePath}/mail";
|
||||
|
Reference in New Issue
Block a user