Categorize the list of packages

This commit is contained in:
Natsu Kagami 2021-09-29 12:42:37 -04:00
parent 7edd88dc9c
commit 71edf2a8ea

View file

@ -7,19 +7,35 @@
# Packages that are not in programs section # Packages that are not in programs section
home.packages = with pkgs; [ home.packages = with pkgs; [
# Build tools
## C++
autoconf autoconf
automake automake
fantasque-sans-mono ## SQL
fd
flyway flyway
fossil ## Go
go # to be configured later go # to be configured later
hugo ## Rust
nnn
postgresql
rust-analyzer rust-analyzer
## JavaScript
yarn yarn
# Fonts
fantasque-sans-mono
# CLI tools
fd
fossil
## Blog generator
hugo
## File Manager
nnn
## PDF Processors
poppler_utils poppler_utils
# Databases
postgresql
]; ];
# Programs # Programs