1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00

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, ... }: { pkgs, lib, ... }:
let inherit (lib) mkOption types;
with lib; in {
{
options.imapnotify = { options.imapnotify = {
enable = mkEnableOption "imapnotify"; enable = lib.mkEnableOption "imapnotify";
onNotify = mkOption { onNotify = mkOption {
type = with types; either str (attrsOf str); type = with types; either str (attrsOf str);