From d8189922f64a22ecec8f1430b26e6b3d668d4076 Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 17 Aug 2021 14:57:16 +0200 Subject: [PATCH 1/4] add cli syncing of calendars --- roles/mail.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mail.nix b/roles/mail.nix index 403cfd3..0f6f788 100644 --- a/roles/mail.nix +++ b/roles/mail.nix @@ -6,7 +6,9 @@ in { environment.systemPackages = with pkgs; [ astroid isync + khal msmtp notmuch + vdirsyncer ]; } From 4315356f3720b79082c244d5e96774493b9c49a8 Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 17 Aug 2021 14:57:32 +0200 Subject: [PATCH 2/4] readd black for python --- roles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dev.nix b/roles/dev.nix index d046695..c1cc8ee 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -16,6 +16,7 @@ in { nodePackages.pyright (python39.withPackages(python-packages: with python-packages; [ + black pyyaml requests ])) From c733471a492fb64396e31dfc02efa1c4ce147b58 Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 17 Aug 2021 14:57:49 +0200 Subject: [PATCH 3/4] fix borken starship config --- dotfiles/starship.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/starship.toml b/dotfiles/starship.toml index 383e9c7..3f9a86e 100644 --- a/dotfiles/starship.toml +++ b/dotfiles/starship.toml @@ -28,6 +28,3 @@ format = "[$hostname]($style) " [git_branch] format = "[$symbol$branch]($style)" - -[character] -use_symbol_for_status = false From 8f919c7ad9cf7c7cb5de3b73c18d562cde6f6eff Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 17 Aug 2021 14:58:09 +0200 Subject: [PATCH 4/4] thunderbird is nice to have --- roles/mail.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mail.nix b/roles/mail.nix index 0f6f788..8e834c5 100644 --- a/roles/mail.nix +++ b/roles/mail.nix @@ -9,6 +9,7 @@ in { khal msmtp notmuch + thunderbird vdirsyncer ]; }