This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
2
Projects
Releases
Packages
Wiki
Activity
Actions
869a02e4e2
nixos-config
/
config
/
programs
/
mail.nix
4 lines
65 B
Nix
Raw
Normal View
History
Unescape
Escape
use thunderbird
2022-10-23 16:04:27 +00:00
{
pkgs
,
.
.
.
}:
{
home
.
packages
=
with
pkgs
;
[
thunderbird
]
;
add email programs
2022-01-19 13:56:46 +00:00
}
Reference in a new issue
Copy permalink