chore(ops/nixos): Move NixOS configuration one level up
This commit is contained in:
parent
3638048c9b
commit
1d687c5303
19 changed files with 51 additions and 14 deletions
21
ops/nixos/dotfiles/notmuch-config
Normal file
21
ops/nixos/dotfiles/notmuch-config
Normal file
|
@ -0,0 +1,21 @@
|
|||
# .notmuch-config - Configuration file for the notmuch mail system
|
||||
#
|
||||
# For more information about notmuch, see https://notmuchmail.org
|
||||
|
||||
[database]
|
||||
path=/home/vincent/mail
|
||||
|
||||
[user]
|
||||
name=Vincent Ambo
|
||||
primary_email=mail@tazj.in
|
||||
other_email=tazjin@gmail.com;
|
||||
|
||||
[new]
|
||||
tags=unread;inbox;
|
||||
ignore=
|
||||
|
||||
[search]
|
||||
exclude_tags=deleted;spam;draft;
|
||||
|
||||
[maildir]
|
||||
synchronize_flags=true
|
Loading…
Add table
Add a link
Reference in a new issue