From ca10ceff309b293175388c581a88e0508052fef5 Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 22 Nov 2024 09:12:24 -0500 Subject: [PATCH] add a few packages `p7zip` `zenity` `packwiz` `python312` `python312Packages.requests` `python312Packages.tkinter` --- nixos/pkg.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/nixos/pkg.nix b/nixos/pkg.nix index 6636a72..1f58ee1 100755 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -14,6 +14,7 @@ let zip xz unzip + p7zip jq yq-go eza @@ -38,19 +39,16 @@ let lazydocker bat nixfmt + zenity forgejo-runner # for some reason this installs forgejo-runner as act_runner libwebp fontforge + packwiz - # python stuff 🐍 - uv - python313 + # for scripts python312 - python311 - - # javascript stuff 🤮 - nodejs - corepack + python312Packages.requests + python312Packages.tkinter ]; flakePackages = with inputs; [ compose2nix.packages.${system}.default ]; in {