feat: add ollama
This commit is contained in:
parent
c9fb5349a5
commit
cba57436be
@ -307,6 +307,11 @@ in {
|
|||||||
|
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
ollama
|
||||||
|
(ollama.override {
|
||||||
|
acceleration = "cuda";
|
||||||
|
})
|
||||||
|
|
||||||
jujutsu
|
jujutsu
|
||||||
|
|
||||||
rustup
|
rustup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user