mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
imapnotify-accounts: remove with lib
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user