neomutt
This commit is contained in:
parent
084b223fc0
commit
67e28bd9fc
|
@ -14,6 +14,7 @@
|
||||||
./alacritty
|
./alacritty
|
||||||
./hyprland
|
./hyprland
|
||||||
./hypridle
|
./hypridle
|
||||||
|
./neomutt
|
||||||
inputs.ags.homeManagerModules.default
|
inputs.ags.homeManagerModules.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
6
home/neomutt/default.nix
Normal file
6
home/neomutt/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.neomutt = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -12,15 +12,15 @@
|
||||||
cbonsai
|
cbonsai
|
||||||
pipes
|
pipes
|
||||||
#mutt
|
#mutt
|
||||||
mutt-wizard
|
# mutt-wizard
|
||||||
neomutt
|
# neomutt
|
||||||
curl
|
# curl
|
||||||
isync
|
# isync
|
||||||
msmtp
|
# msmtp
|
||||||
pass
|
# pass
|
||||||
lynx
|
# lynx
|
||||||
notmuch
|
# notmuch
|
||||||
abook
|
# abook
|
||||||
#image/video/music/recording
|
#image/video/music/recording
|
||||||
imv
|
imv
|
||||||
mpv
|
mpv
|
||||||
|
|
Loading…
Reference in a new issue