Add pre-commit and Iosevka font to packages
This commit is contained in:
parent
9e88ab28c3
commit
db7575b6ca
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue