add a few packages
`p7zip` `zenity` `packwiz` `python312` `python312Packages.requests` `python312Packages.tkinter`
This commit is contained in:
parent
60587a86f9
commit
ca10ceff30
1 changed files with 6 additions and 8 deletions
|
@ -14,6 +14,7 @@ let
|
||||||
zip
|
zip
|
||||||
xz
|
xz
|
||||||
unzip
|
unzip
|
||||||
|
p7zip
|
||||||
jq
|
jq
|
||||||
yq-go
|
yq-go
|
||||||
eza
|
eza
|
||||||
|
@ -38,19 +39,16 @@ let
|
||||||
lazydocker
|
lazydocker
|
||||||
bat
|
bat
|
||||||
nixfmt
|
nixfmt
|
||||||
|
zenity
|
||||||
forgejo-runner # for some reason this installs forgejo-runner as act_runner
|
forgejo-runner # for some reason this installs forgejo-runner as act_runner
|
||||||
libwebp
|
libwebp
|
||||||
fontforge
|
fontforge
|
||||||
|
packwiz
|
||||||
|
|
||||||
# python stuff 🐍
|
# for scripts
|
||||||
uv
|
|
||||||
python313
|
|
||||||
python312
|
python312
|
||||||
python311
|
python312Packages.requests
|
||||||
|
python312Packages.tkinter
|
||||||
# javascript stuff 🤮
|
|
||||||
nodejs
|
|
||||||
corepack
|
|
||||||
];
|
];
|
||||||
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
|
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue