Nixos: Remove mkLink + mkEnableOpt and rename mkBoolOpt
This commit is contained in:
@ -5,12 +5,12 @@
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOpt "Email";
|
||||
autosync = mkEnableOpt "Automatically call \"notmuch new\" via systemd timer";
|
||||
imapnotify = mkEnableOpt "Use imapnotify to sync and index mail automatically";
|
||||
enable = mkEnableOption "Email";
|
||||
autosync = mkEnableOption "Automatically call \"notmuch new\" via systemd timer";
|
||||
imapnotify = mkEnableOption "Use imapnotify to sync and index mail automatically";
|
||||
|
||||
kmail = {
|
||||
enable = mkEnableOpt "Kmail";
|
||||
autostart = mkEnableOpt "Autostart Kmail";
|
||||
enable = mkEnableOption "Kmail";
|
||||
autostart = mkEnableOption "Autostart Kmail";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user