Add jp ocr shortcut

This commit is contained in:
Ethan Simmons
2025-06-07 10:31:06 -05:00
parent 748accf147
commit b2b8ee0699
4 changed files with 41 additions and 0 deletions

View File

@@ -247,6 +247,7 @@
jhelioviewer = pkgs.callPackage ./pkgs/jhelioviewer.nix {};
llama-cpp = llama-cpp.packages.${system}.rocm;
shadps4 = pkgs.callPackage ./pkgs/shadps4.nix {};
gazou = pkgs.callPackage ./pkgs/gazou.nix {};
}
);
@@ -284,6 +285,7 @@
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {
inherit utils;
inherit localPackages;
systemConfig = config.options;
};