mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
development: migrated multiple packages to separate file
This commit is contained in:
@@ -8,12 +8,19 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
jq # json parser used in some scripts
|
||||
jp # lightweight and flexible cli JSON parser
|
||||
(pkgs-unstable.python314.withPackages (ps:
|
||||
with ps; [
|
||||
matplotlib
|
||||
networkx
|
||||
scipy
|
||||
]))
|
||||
python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh)
|
||||
pkg-config
|
||||
gdb
|
||||
raylib
|
||||
glfw # raylib and some dependecies
|
||||
|
||||
direnv
|
||||
cling # c interpreter used for coding
|
||||
# lsp
|
||||
|
||||
Reference in New Issue
Block a user