Extract a neomutt module
This commit is contained in:
parent
094874946a
commit
2bb341abec
3 changed files with 8 additions and 6 deletions
|
@ -29,10 +29,4 @@
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neomutt = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
vimKeys = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
../common
|
../common
|
||||||
../../users/opdavies
|
../../users/opdavies
|
||||||
|
|
||||||
|
./modules/neomutt.nix
|
||||||
./modules/newsboat
|
./modules/newsboat
|
||||||
./modules/notes.nix
|
./modules/notes.nix
|
||||||
];
|
];
|
||||||
|
|
7
hosts/t480/modules/neomutt.nix
Normal file
7
hosts/t480/modules/neomutt.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
programs.neomutt = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
vimKeys = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue