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
|
||||
home.packages = with pkgs; [
|
||||
# Build tools
|
||||
## C++
|
||||
autoconf
|
||||
automake
|
||||
fantasque-sans-mono
|
||||
fd
|
||||
## SQL
|
||||
flyway
|
||||
fossil
|
||||
## Go
|
||||
go # to be configured later
|
||||
hugo
|
||||
nnn
|
||||
postgresql
|
||||
## Rust
|
||||
rust-analyzer
|
||||
## JavaScript
|
||||
yarn
|
||||
|
||||
# Fonts
|
||||
fantasque-sans-mono
|
||||
|
||||
# CLI tools
|
||||
fd
|
||||
fossil
|
||||
## Blog generator
|
||||
hugo
|
||||
## File Manager
|
||||
nnn
|
||||
## PDF Processors
|
||||
poppler_utils
|
||||
|
||||
# Databases
|
||||
postgresql
|
||||
|
||||
];
|
||||
|
||||
# Programs
|
||||
|
|
Loading…
Reference in a new issue