add a few packages

`p7zip`
`zenity`
`packwiz`
`python312`
`python312Packages.requests`
`python312Packages.tkinter`
This commit is contained in:
Seaswimmer 2024-11-22 09:12:24 -05:00
parent 60587a86f9
commit ca10ceff30
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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 {