Home: Rename home/modules to home/homemodules
This commit is contained in:
16
home/homemodules/1_deprecated/email/options.nix
Normal file
16
home/homemodules/1_deprecated/email/options.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOption "Email";
|
||||
autosync = mkEnableOption "Automatically call \"notmuch new\" via systemd timer";
|
||||
imapnotify = mkEnableOption "Use imapnotify to sync and index mail automatically";
|
||||
|
||||
kmail = {
|
||||
enable = mkEnableOption "Kmail";
|
||||
autostart = mkEnableOption "Autostart Kmail";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user