Skip to content

Commit

Permalink
imapnotify-accounts: remove with lib
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Feb 22, 2025
1 parent dd21b9a commit 34d524f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions modules/services/imapnotify-accounts.nix
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 34d524f

Please sign in to comment.