From 52346aa1e82f27baec47549aa4aaeca88e65dd8d Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 17 May 2026 10:07:39 +0200 Subject: [PATCH] development: migrated multiple packages to separate file --- hosts/laptop/configuration.nix | 6 ------ modules/nixos/development.nix | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index ce1893a..22b1de7 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -59,14 +59,12 @@ #tree # shows dir in tree # we use eza now brightnessctl # control brightness udiskie # removable disk automounter for udisks - jp # lightweight and flexible cli JSON parser cowsay cmatrix swww #wallpaper daemon libreoffice gruvbox-gtk-theme powertop - python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh) fzf bottom # Cross-platform graphical process/system monitor with a customizable interface cmatrix @@ -84,10 +82,6 @@ framework-tool-tui fluffychat # matrix client # utils for dev - pkg-config - gdb - raylib - glfw # raylib and some dependecies # for caelestia 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'")" diff --git a/modules/nixos/development.nix b/modules/nixos/development.nix index 88c6164..5e1f9d4 100644 --- a/modules/nixos/development.nix +++ b/modules/nixos/development.nix @@ -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