Categorize the list of packages
This commit is contained in:
parent
7edd88dc9c
commit
71edf2a8ea
28
common.nix
28
common.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue