Compare commits

...

4 commits

Author SHA1 Message Date
8f919c7ad9 thunderbird is nice to have 2021-08-17 14:58:09 +02:00
c733471a49 fix borken starship config 2021-08-17 14:57:49 +02:00
4315356f37 readd black for python 2021-08-17 14:57:32 +02:00
d8189922f6 add cli syncing of calendars 2021-08-17 14:57:16 +02:00
3 changed files with 4 additions and 3 deletions

View file

@ -28,6 +28,3 @@ format = "[$hostname]($style) "
[git_branch] [git_branch]
format = "[$symbol$branch]($style)" format = "[$symbol$branch]($style)"
[character]
use_symbol_for_status = false

View file

@ -16,6 +16,7 @@ in {
nodePackages.pyright nodePackages.pyright
(python39.withPackages(python-packages: with python-packages; [ (python39.withPackages(python-packages: with python-packages; [
black
pyyaml pyyaml
requests requests
])) ]))

View file

@ -6,7 +6,10 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
astroid astroid
isync isync
khal
msmtp msmtp
notmuch notmuch
thunderbird
vdirsyncer
]; ];
} }