Some updates that need to be stored
This commit is contained in:
parent
308fdd4cd2
commit
0b96952d63
2 changed files with 27 additions and 6 deletions
21
home.nix
21
home.nix
|
@ -61,6 +61,22 @@
|
|||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
accounts = {
|
||||
email = {
|
||||
accounts = {
|
||||
mailbox = {
|
||||
primary = true;
|
||||
address = "markus@heurung.net";
|
||||
realName = "Markus Heurung";
|
||||
userName = "markus@heurung.net";
|
||||
passwordCommand = "op read op://personal/mailbox.org/password";
|
||||
imap.host = "imap.mailbox.org";
|
||||
neomutt.enable = true;
|
||||
#mbsync.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
atuin = {
|
||||
enable = true;
|
||||
|
@ -179,6 +195,11 @@
|
|||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
neomutt = {
|
||||
enable = true;
|
||||
vimKeys = true;
|
||||
sidebar.enable = true;
|
||||
};
|
||||
nixvim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue