[feat] Move some stuff around

This commit is contained in:
uttarayan21
2024-03-19 15:33:00 +05:30
parent d2b152a771
commit f7deff8130
5 changed files with 65 additions and 30 deletions

9
common/neomutt.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs, ... }: {
programs.neomutt = {
enable = true;
vimKeys = true;
editor = "nvim";
# sidebar = {
# };
};
}