mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
imapnotify-accounts: remove with lib
This commit is contained in:
parent
dd21b9afd5
commit
34d524f3ed
1 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue