Compare commits

..

No commits in common. "8f919c7ad9cf7c7cb5de3b73c18d562cde6f6eff" and "e88bd2f565914d87ad638d0be5d9900a60979714" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View file

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

View file

@ -16,7 +16,6 @@ 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,10 +6,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
astroid astroid
isync isync
khal
msmtp msmtp
notmuch notmuch
thunderbird
vdirsyncer
]; ];
} }