Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions users/refnode/common/optional/mailtools.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{ pkgs, ... }:

{
# Mail tools for email management and scripting

home.packages = with pkgs; [
# Mail clients
neomutt
unstable.himalaya

# Mail utilities
unstable.msmtp
unstable.mu
abook

# refnode's own tooling
ref-mail
ref-mail-cd
ref-mail-cdv
ref-mail-sync

# Contacts and calendar
vdirsyncer
khard
khal
];
}
13 changes: 1 addition & 12 deletions users/refnode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
./common/optional/desktop/darwin.nix
./common/optional/kubernetes.nix
./common/optional/rust.nix
./common/optional/mailtools.nix
];

# specify my home-manager configs
Expand All @@ -22,17 +23,12 @@
direnv
pdfgrep
jasper
abook
lf
universal-ctags
ref-rebuild
ref-sysupdate
ref-ykey-check
ref-main
ref-mail
ref-mail-cd
ref-mail-cdv
ref-mail-sync
ref-irc
ref-pathlist
ref-git-bare-clone-update
Expand Down Expand Up @@ -72,10 +68,6 @@
just
#
vlc-bin-universal
# contacts / calendar
vdirsyncer
khard
khal

unstable.fd
unstable.eza
Expand All @@ -87,7 +79,6 @@
unstable.graphviz
unstable.plantuml-c4
unstable.ffmpeg_7
unstable.msmtp
unstable.go
unstable.gopls
unstable.goreleaser
Expand All @@ -103,11 +94,9 @@
unstable.jujutsu
unstable.minio-client
unstable.kanata
unstable.himalaya

unstable.taskwarrior3
# unstable.ladybird
neomutt
unstable.claude-code
];

Expand Down
Loading