development: migrated multiple packages to separate file

This commit is contained in:
2026-05-17 10:07:39 +02:00
parent 2b72d4286d
commit 52346aa1e8
2 changed files with 7 additions and 6 deletions
-6
View File
@@ -59,14 +59,12 @@
#tree # shows dir in tree # we use eza now #tree # shows dir in tree # we use eza now
brightnessctl # control brightness brightnessctl # control brightness
udiskie # removable disk automounter for udisks udiskie # removable disk automounter for udisks
jp # lightweight and flexible cli JSON parser
cowsay cowsay
cmatrix cmatrix
swww #wallpaper daemon swww #wallpaper daemon
libreoffice libreoffice
gruvbox-gtk-theme gruvbox-gtk-theme
powertop powertop
python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh)
fzf fzf
bottom # Cross-platform graphical process/system monitor with a customizable interface bottom # Cross-platform graphical process/system monitor with a customizable interface
cmatrix cmatrix
@@ -84,10 +82,6 @@
framework-tool-tui framework-tool-tui
fluffychat # matrix client fluffychat # matrix client
# utils for dev # utils for dev
pkg-config
gdb
raylib
glfw # raylib and some dependecies
# for caelestia # for caelestia
kdePackages.qtdeclarative # provides qmlls and other things kdePackages.qtdeclarative # provides qmlls and other things
quickshell # we have it but adding it there solves "WARN qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.quickshell'")" quickshell # we have it but adding it there solves "WARN qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.quickshell'")"
+7
View File
@@ -8,12 +8,19 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gcc gcc
jq # json parser used in some scripts jq # json parser used in some scripts
jp # lightweight and flexible cli JSON parser
(pkgs-unstable.python314.withPackages (ps: (pkgs-unstable.python314.withPackages (ps:
with ps; [ with ps; [
matplotlib matplotlib
networkx networkx
scipy scipy
])) ]))
python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh)
pkg-config
gdb
raylib
glfw # raylib and some dependecies
direnv direnv
cling # c interpreter used for coding cling # c interpreter used for coding
# lsp # lsp