From b4ca7cc8701b8370d4c3d7326341eff32eb6db79 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Fri, 12 Jun 2026 11:15:47 +0200 Subject: [PATCH] Removed pip and cmake from python packages, and generalized python to always get newest version (Packages not needed anymore because of ncli dev and nix-direnv) --- modules/packages/essentials.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/packages/essentials.nix b/modules/packages/essentials.nix index acd8d85..cf613a7 100644 --- a/modules/packages/essentials.nix +++ b/modules/packages/essentials.nix @@ -11,9 +11,7 @@ #Essentials (CLI Only) wget #A tool for quickly downloading things from the Web #javaPackages.compiler.openjdk25 #Java Development Kit 25 - #python314 #Python - #python314Packages.pip #Pip for Python 3.12 - #python314Packages.cmake #The CMake tool to manage project build configurations + python3 #Python fastfetch #A utility to see information about your machine btop #A replacement for htop to see your machines resources git #Git ... no need to explain