feat: restructure and move apps into their own configs (#2)
This commit is contained in:
9
home/programs/neomutt.nix
Normal file
9
home/programs/neomutt.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
programs.neomutt = {
|
||||
enable = true;
|
||||
vimKeys = true;
|
||||
editor = "nvim";
|
||||
# sidebar = {
|
||||
# };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user