fix and cleanup

This commit is contained in:
alsaiduq-lab 2025-03-16 04:58:11 -06:00
parent b4cf61bc23
commit f52aee3469
18 changed files with 45 additions and 133 deletions

View file

@ -4,8 +4,6 @@ let
customPkgs = import ../pkgs { inherit pkgs lib; };
in
{
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# Applications
brave
@ -62,8 +60,7 @@ in
onnxruntime
opencv4
pillow
customPkgs.python-rembg
]))
] ++ [ customPkgs.python-rembg ]))
uv
ruff
black
@ -76,6 +73,7 @@ in
fzf
jq
bash
customPkgs.fish-rust
go
sqls
deno