summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix25
-rw-r--r--hosts/demiurge/default.nix5
2 files changed, 20 insertions, 10 deletions
diff --git a/home.nix b/home.nix
index 50d3b3f..8903fcf 100644
--- a/home.nix
+++ b/home.nix
@@ -47,18 +47,27 @@ let
47 latexmk 47 latexmk
48 48
49 # Packages from your research paper's preamble 49 # Packages from your research paper's preamble
50 algorithm2e
50 amsmath 51 amsmath
51 siunitx 52 babel
53 biber
54 biblatex
55 biblatex-apa
56 biblatex-ieee
52 booktabs 57 booktabs
53 algorithm2e
54 caption 58 caption
55 pslatex 59 capt-of
60 cite
56 ec 61 ec
62 hyperref
57 microtype 63 microtype
58 cite 64 pgfplots
65 preview
66 pslatex
67 siunitx
59 url 68 url
69 wrapfig
60 xcolor 70 xcolor
61 hyperref
62 ] 71 ]
63 ); 72 );
64 73
@@ -98,11 +107,9 @@ in
98 htop 107 htop
99 mlocate 108 mlocate
100 ncdu 109 ncdu
101 #tree
102 #unzip
103 #p7zip
104 ripgrep
105 nixfmt-rfc-style 110 nixfmt-rfc-style
111 ripgrep
112 unison
106 113
107 # X and desktop-related 114 # X and desktop-related
108 scrot 115 scrot
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
index 236c726..47ef1f0 100644
--- a/hosts/demiurge/default.nix
+++ b/hosts/demiurge/default.nix
@@ -185,7 +185,10 @@
185 packages = with pkgs; [ 185 packages = with pkgs; [
186 alvr 186 alvr
187 bs-manager 187 bs-manager
188 (llama-cpp.packages.x86_64-linux.rocm.override { useMetalKit = false; useVulkan = true; }) 188 (llama-cpp.packages.x86_64-linux.rocm.override {
189 useMetalKit = false;
190 useVulkan = true;
191 })
189 #(vllm.override { cudaSupport = false; rocmSupport = true; gpuTargets = [ "gfx906" "gfx1100" ]; }) 192 #(vllm.override { cudaSupport = false; rocmSupport = true; gpuTargets = [ "gfx906" "gfx1100" ]; })
190 ]; 193 ];
191 }; 194 };