commit eb92c6a7f67346df550138403769ddbe54e83a2d parent ce4118453f7caee9a89d3d0833b66716dff28872 Author: vin <vin@vineetk.net> Date: Thu, 25 Sep 2025 19:15:13 -0400 change packages Diffstat:
| M | home.nix | | | 25 | ++++++++++++++++--------- |
| M | hosts/demiurge/default.nix | | | 5 | ++++- |
2 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/home.nix b/home.nix @@ -47,18 +47,27 @@ let latexmk # Packages from your research paper's preamble + algorithm2e amsmath - siunitx + babel + biber + biblatex + biblatex-apa + biblatex-ieee booktabs - algorithm2e caption - pslatex + capt-of + cite ec + hyperref microtype - cite + pgfplots + preview + pslatex + siunitx url + wrapfig xcolor - hyperref ] ); @@ -98,11 +107,9 @@ in htop mlocate ncdu - #tree - #unzip - #p7zip - ripgrep nixfmt-rfc-style + ripgrep + unison # X and desktop-related scrot diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix @@ -185,7 +185,10 @@ packages = with pkgs; [ alvr bs-manager - (llama-cpp.packages.x86_64-linux.rocm.override { useMetalKit = false; useVulkan = true; }) + (llama-cpp.packages.x86_64-linux.rocm.override { + useMetalKit = false; + useVulkan = true; + }) #(vllm.override { cudaSupport = false; rocmSupport = true; gpuTargets = [ "gfx906" "gfx1100" ]; }) ]; };