1
0
Fork 0

Add missing file

This commit is contained in:
Malte Brandy 2020-05-19 23:25:00 +02:00
parent 93529b95ef
commit 74b9a1f730
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

3
home/mail-client.nix Normal file
View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [ pkgs.neomutt ];
}