fix(nix): add email mu4e emacs packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
5456ef3d2b
commit
645419b372
1 changed files with 6 additions and 1 deletions
|
@ -60,6 +60,9 @@
|
||||||
emacs
|
emacs
|
||||||
alacritty
|
alacritty
|
||||||
|
|
||||||
|
mu
|
||||||
|
msmtp
|
||||||
|
|
||||||
jdk22
|
jdk22
|
||||||
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
@ -70,7 +73,8 @@
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
];
|
];
|
||||||
in packages;
|
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
||||||
|
in packages ++ emacsPackages;
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
|
|
||||||
|
@ -92,6 +96,7 @@
|
||||||
### Programs
|
### Programs
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
programs.mu.enable = true;
|
||||||
|
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue