mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Finally trying mu4e again (geary had some issues)
This commit is contained in:
parent
a695931a3d
commit
00689dae5a
5 changed files with 115 additions and 43 deletions
|
@ -40,26 +40,37 @@ in
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
nixfmt
|
||||
git
|
||||
file
|
||||
nodejs
|
||||
wmctrl
|
||||
jshon
|
||||
aria
|
||||
hledger
|
||||
hunspell hunspellDicts.en_US-large
|
||||
pandoc
|
||||
nodePackages.mermaid-cli
|
||||
(python3.withPackages (p: with p; [
|
||||
pandas
|
||||
requests
|
||||
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
||||
pysocks
|
||||
#pymupdf TODO pymupdf fails to build
|
||||
markdown
|
||||
]))];
|
||||
nil
|
||||
nixfmt
|
||||
git
|
||||
file
|
||||
nodejs
|
||||
wmctrl
|
||||
jshon
|
||||
aria
|
||||
hledger
|
||||
hunspell hunspellDicts.en_US-large
|
||||
pandoc
|
||||
nodePackages.mermaid-cli
|
||||
(pkgs.mu.override { emacs = emacs29-pgtk; })
|
||||
emacsPackages.mu4e
|
||||
isync
|
||||
msmtp
|
||||
(python3.withPackages (p: with p; [
|
||||
pandas
|
||||
requests
|
||||
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
||||
pysocks
|
||||
#pymupdf TODO pymupdf fails to build
|
||||
markdown
|
||||
]))
|
||||
];
|
||||
|
||||
services.mbsync = {
|
||||
enable = true;
|
||||
package = pkgs.isync;
|
||||
frequency = "*:0/5";
|
||||
};
|
||||
|
||||
home.file.".emacs.d/eaf" = {
|
||||
source = "${eaf}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue