mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-13 10:28:39 +00:00
Remove emacs (#116)
This commit is contained in:
@@ -49,7 +49,7 @@ in {
|
||||
accounts.email.accounts."Gmail" = let
|
||||
address = (deobfuscate "AFTN0cWdh12c") + "gmail.com";
|
||||
in {
|
||||
notmuch.enable = true;
|
||||
notmuch.enable = false;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -82,7 +82,7 @@ in {
|
||||
accounts.email.accounts."BTInternet" = let
|
||||
address = (deobfuscate "z5WZ2VGdz5yajlmc0FGc") + "@btinternet.com";
|
||||
in {
|
||||
notmuch.enable = true;
|
||||
notmuch.enable = false;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -116,7 +116,7 @@ in {
|
||||
accounts.email.accounts."Proton" = let
|
||||
address = deobfuscate "gAya15ybj5ycuVmdlR3crNWayRXYwB0ajlmc0FGc";
|
||||
in {
|
||||
notmuch.enable = true;
|
||||
# notmuch.enable = true;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -164,6 +164,7 @@ in {
|
||||
};
|
||||
programs.neomutt = {
|
||||
enable = true;
|
||||
package = pkgs.neomutt.override {withNotmuch = false;};
|
||||
extraConfig = ''
|
||||
set use_threads=threads sort=last-date sort_aux=date
|
||||
'';
|
||||
@@ -171,12 +172,12 @@ in {
|
||||
vimKeys = true;
|
||||
};
|
||||
|
||||
programs.notmuch.enable = true;
|
||||
programs.notmuch.enable = false;
|
||||
|
||||
home.file.".mailcap".source = ./mail/mailcap;
|
||||
|
||||
home.packages = [
|
||||
pkgs.notmuch
|
||||
# pkgs.notmuch
|
||||
pkgs.lynx
|
||||
];
|
||||
}
|
||||
|
@@ -24,6 +24,8 @@ precmd_functions+=(prompt_custom)
|
||||
|
||||
export WORDCHARS=''
|
||||
|
||||
export OPENAI_API_KEY=$(cat ~/.secrets/openai.txt)
|
||||
|
||||
autoload edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey '^X^E' edit-command-line
|
||||
|
Reference in New Issue
Block a user