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:
parent
dd21b9afd5
commit
34d524f3ed
1 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue