This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
cc386e4b3b
home-manager
/
modules
/
programs
/
notmuch-accounts.nix
6 lines
92 B
Nix
Raw
Normal View
History
Unescape
Escape
Use submodules for program email accounts This reworks the way program specific email account options are specified. In particular, we no longer use the deprecated `options` field of `mkOption`. Instead submodules are used.
2018-08-16 21:37:42 +02:00
{
lib
,
.
.
.
}:
{
Apply `nixfmt` on many files
2020-02-02 00:39:17 +01:00
options
.
notmuch
=
{
enable
=
lib
.
mkEnableOption
"
n
o
t
m
u
c
h
i
n
d
e
x
i
n
g
"
;
}
;
Use submodules for program email accounts This reworks the way program specific email account options are specified. In particular, we no longer use the deprecated `options` field of `mkOption`. Instead submodules are used.
2018-08-16 21:37:42 +02:00
}
Reference in a new issue
Copy permalink