This commit is contained in:
soraefir
2026-06-20 10:54:17 +02:00
parent b55afcfdf6
commit 8e21f3dae8
9 changed files with 31 additions and 27 deletions
+2 -9
View File
@@ -1,15 +1,8 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
amdgpu_top = pkgs.callPackage ./amdgpu_top { };
simc = pkgs.qt6.callPackage ./simc { };
repalette = pkgs.callPackage ./repalette { };
vosk = pkgs.callPackage ./vosk { };
pythonPackages = {
};
nodePackages = {
};
}