mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
enable cuda support
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
cudaSupport = true;
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
joypixels.acceptLicense = true;
|
joypixels.acceptLicense = true;
|
||||||
};
|
};
|
||||||
@ -251,7 +252,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.mullvad-vpn;
|
package = pkgs.mullvad-vpn;
|
||||||
};
|
};
|
||||||
ollama.enable = true;
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
acceleration = "cuda";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})];
|
fonts.packages = with pkgs; [(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})];
|
||||||
|
Reference in New Issue
Block a user