this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(nix): add neomutt (mailing)

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

authored by

Seongmin Lee and committed by
Seongmin Lee
3a481e1d 5dddd808

+12
+12
nix/flake.nix
··· 94 94 pkgs-unstable.jujutsu 95 95 pkgs-unstable.neovim 96 96 (pkgs-unstable.lua5_1.withPackages (ps: with ps; [luarocks])) 97 + (pkgs.buildEnv { 98 + name = "mailing"; 99 + paths = [ 100 + pkgs.neomutt 101 + # pkgs.mutt-wizard 102 + # pkgs.isync 103 + # pkgs.msmtp 104 + # pkgs.pass 105 + # pkgs.cacert 106 + # pkgs.gettext 107 + ]; 108 + }) 97 109 ] ++ (if pkgs.stdenv.isDarwin then [ 98 110 # TODO: automate this with nix: 99 111 # $ ln -sfn ~/.nix-profile/Applications ~/Applications/Nix\ User\ Apps