Get rid of neomutt and neovim

This commit is contained in:
Charlotte Van Petegem 2021-03-20 21:29:18 +01:00
parent afa2c88f6a
commit 18ec940162
No known key found for this signature in database
GPG key ID: 019E764B7184435A
13 changed files with 10 additions and 3158 deletions

View file

@ -22,9 +22,12 @@
];
};
};
home.file = {
".emacs.d/early-init.el".source = ./emacs/early-init.el;
".emacs.d/init.el".source = ./emacs/init.el;
home = {
file = {
".emacs.d/early-init.el".source = ./emacs/early-init.el;
".emacs.d/init.el".source = ./emacs/init.el;
};
sessionVariables = { EDITOR = "emacs"; };
};
};
};