Add pre-commit and Iosevka font to packages

This commit is contained in:
coolneng 2020-09-16 18:24:17 +02:00
parent 9e88ab28c3
commit db7575b6ca
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 6 additions and 3 deletions

View File

@ -37,10 +37,8 @@
podman-compose podman-compose
shellcheck shellcheck
shfmt shfmt
android-studio
gnumake gnumake
nodePackages.pyright gitAndTools.pre-commit
black
# Rice # Rice
adapta-gtk-theme adapta-gtk-theme
paper-icon-theme paper-icon-theme
@ -75,6 +73,10 @@
zip zip
unzip unzip
unrar unrar
# Programming tools
## Python
nodePackages.pyright
black
]; ];
# Fonts declaration # Fonts declaration
@ -83,6 +85,7 @@
google-fonts google-fonts
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
terminus-nerdfont terminus-nerdfont
iosevka-bin
]; ];
}; };