imapnotify-accounts: remove with lib

This commit is contained in:
Austin Horstman
2025-02-22 00:38:09 -06:00
parent dd21b9afd5
commit 34d524f3ed

View File

@@ -1,10 +1,8 @@
{ pkgs, lib, ... }:
with lib;
{
let inherit (lib) mkOption types;
in {
options.imapnotify = {
enable = mkEnableOption "imapnotify";
enable = lib.mkEnableOption "imapnotify";
onNotify = mkOption {
type = with types; either str (attrsOf str);