This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-01 00:39:45 +01:00
Code
Issues
Releases
Wiki
Activity
a79d31fcfd
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