diff --git a/os/users.nix b/os/users.nix index 946f666..e7eb383 100644 --- a/os/users.nix +++ b/os/users.nix @@ -27,6 +27,7 @@ blender prismlauncher steam + koboldcpp ]; }; user.root = { diff --git a/overlays/default.nix b/overlays/default.nix index b707fc9..a4f9ee6 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -15,6 +15,9 @@ lib = prev.lib; }; }); + koboldcpp = prev.koboldcpp.override { + cublasSupport = true; + }; }; # When applied, the unstable nixpkgs set (declared in the flake inputs) will