back to a workable state on muhhStar
This commit is contained in:
parent
0b96952d63
commit
4375c27ab1
4 changed files with 14 additions and 8 deletions
5
home.nix
5
home.nix
|
@ -71,7 +71,7 @@
|
|||
userName = "markus@heurung.net";
|
||||
passwordCommand = "op read op://personal/mailbox.org/password";
|
||||
imap.host = "imap.mailbox.org";
|
||||
neomutt.enable = true;
|
||||
#neomutt.enable = true;
|
||||
#mbsync.enable = true;
|
||||
};
|
||||
};
|
||||
|
@ -152,6 +152,9 @@
|
|||
keychain = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
keys = [
|
||||
"id_ed25519"
|
||||
];
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue