Compare commits
4 commits
e88bd2f565
...
8f919c7ad9
Author | SHA1 | Date | |
---|---|---|---|
8f919c7ad9 | |||
c733471a49 | |||
4315356f37 | |||
d8189922f6 |
3 changed files with 4 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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
|
||||||
]))
|
]))
|
||||||
|
|
|
@ -6,7 +6,10 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
astroid
|
astroid
|
||||||
isync
|
isync
|
||||||
|
khal
|
||||||
msmtp
|
msmtp
|
||||||
notmuch
|
notmuch
|
||||||
|
thunderbird
|
||||||
|
vdirsyncer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue