This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
5eb18b2de0
nixos
/
home
/
accounts
/
default.nix
6 lines
91 B
Nix
Raw
Normal View
History
Unescape
Escape
Move protonmail-bridge and davmail to systemd services
2023-10-01 08:55:00 +01:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
Move accounts file into separate directory Started accounts/email.nix to prep separation for adding calendar and contact expressions Move maildir back to ~/.mail to be consistent with ~/.calendar and ~/.contact
2023-09-25 13:42:13 +01:00
{
Add initial (nextcloud) calendar and contact
2023-09-25 14:22:51 +01:00
imports
=
[
./email.nix
./calendar.nix
./contact.nix
]
;
Move accounts file into separate directory Started accounts/email.nix to prep separation for adding calendar and contact expressions Move maildir back to ~/.mail to be consistent with ~/.calendar and ~/.contact
2023-09-25 13:42:13 +01:00
}
Reference in a new issue
Copy permalink