summaryrefslogtreecommitdiff
path: root/profiles/email
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-01-16 21:04:32 +0100
committerMike Vink <ivi@vinkies.net>2024-01-16 21:04:32 +0100
commit902e9a96aa3ef853139c5af402d2f5bd83b96a38 (patch)
tree4957200b12cfe46068082d1ba2e90aedfa1cc217 /profiles/email
parentc74aa1133981264f54eb0bdf5533d3164a4828fb (diff)
sync calendars
Diffstat (limited to 'profiles/email')
-rw-r--r--profiles/email/mailsync.nix2
-rw-r--r--profiles/email/neomutt.nix3
-rw-r--r--profiles/email/notmuch.nix2
-rw-r--r--profiles/email/server.nix2
4 files changed, 0 insertions, 9 deletions
diff --git a/profiles/email/mailsync.nix b/profiles/email/mailsync.nix
index 5e1037a..8e81c89 100644
--- a/profiles/email/mailsync.nix
+++ b/profiles/email/mailsync.nix
@@ -1,7 +1,5 @@
{
- inputs,
config,
- pkgs,
...
}: {
hm = {
diff --git a/profiles/email/neomutt.nix b/profiles/email/neomutt.nix
index f69a5ee..0420a2e 100644
--- a/profiles/email/neomutt.nix
+++ b/profiles/email/neomutt.nix
@@ -1,7 +1,4 @@
{
- inputs,
- config,
- pkgs,
...
}: {
hm = {
diff --git a/profiles/email/notmuch.nix b/profiles/email/notmuch.nix
index e317616..304e573 100644
--- a/profiles/email/notmuch.nix
+++ b/profiles/email/notmuch.nix
@@ -1,7 +1,5 @@
{
- inputs,
config,
- pkgs,
...
}: {
hm = {
diff --git a/profiles/email/server.nix b/profiles/email/server.nix
index 9a5e16c..29996cd 100644
--- a/profiles/email/server.nix
+++ b/profiles/email/server.nix
@@ -1,6 +1,4 @@
{
- inputs,
- config,
pkgs,
lib,
...