File tree Expand file tree Collapse file tree 2 files changed +28
-12
lines changed Expand file tree Collapse file tree 2 files changed +28
-12
lines changed Original file line number Diff line number Diff line change
1
+ { pkgs , ... } :
2
+
3
+ {
4
+ # Mail tools for email management and scripting
5
+
6
+ home . packages = with pkgs ; [
7
+ # Mail clients
8
+ neomutt
9
+ unstable . himalaya
10
+
11
+ # Mail utilities
12
+ unstable . msmtp
13
+ unstable . mu
14
+ abook
15
+
16
+ # refnode's own tooling
17
+ ref-mail
18
+ ref-mail-cd
19
+ ref-mail-cdv
20
+ ref-mail-sync
21
+
22
+ # Contacts and calendar
23
+ vdirsyncer
24
+ khard
25
+ khal
26
+ ] ;
27
+ }
Original file line number Diff line number Diff line change 4
4
./common/optional/desktop/darwin.nix
5
5
./common/optional/kubernetes.nix
6
6
./common/optional/rust.nix
7
+ ./common/optional/mailtools.nix
7
8
] ;
8
9
9
10
# specify my home-manager configs
22
23
direnv
23
24
pdfgrep
24
25
jasper
25
- abook
26
26
lf
27
27
universal-ctags
28
28
ref-rebuild
29
29
ref-sysupdate
30
30
ref-ykey-check
31
31
ref-main
32
- ref-mail
33
- ref-mail-cd
34
- ref-mail-cdv
35
- ref-mail-sync
36
32
ref-irc
37
33
ref-pathlist
38
34
ref-git-bare-clone-update
72
68
just
73
69
#
74
70
vlc-bin-universal
75
- # contacts / calendar
76
- vdirsyncer
77
- khard
78
- khal
79
71
80
72
unstable . fd
81
73
unstable . eza
87
79
unstable . graphviz
88
80
unstable . plantuml-c4
89
81
unstable . ffmpeg_7
90
- unstable . msmtp
91
82
unstable . go
92
83
unstable . gopls
93
84
unstable . goreleaser
103
94
unstable . jujutsu
104
95
unstable . minio-client
105
96
unstable . kanata
106
- unstable . himalaya
107
97
108
98
unstable . taskwarrior3
109
99
# unstable.ladybird
110
- neomutt
111
100
unstable . claude-code
112
101
] ;
113
102
You can’t perform that action at this time.
0 commit comments