mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-04 06:36:25 -05:00
feat: add neomutt
This commit is contained in:
parent
b785372e53
commit
a28cc71ef2
1 changed files with 10 additions and 0 deletions
10
home/fabric/programs/neomutt.nix
Normal file
10
home/fabric/programs/neomutt.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
programs = {
|
||||
neomutt = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
msmtp
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue