feat(nixos): add cudatoolkit and deps to nemesis config

This commit is contained in:
Mohammad Rafiq 2025-02-22 13:59:05 +08:00
parent 29b6b3bd4b
commit 3989dfea54

View file

@ -10,10 +10,9 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
############################## ##############################
### Networking ### ### Graphics ###
############################## ##############################
services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = ["nvidia"];
hardware = { hardware = {
graphics.enable = true; graphics.enable = true;
@ -82,6 +81,11 @@
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget wget
git git
gnumake # TODO check if needed
gcc # TODO check if needed
pciutils # TODO check if needed
file # TODO check if needed
cudatoolkit
]; ];
# List services that you want to enable: # List services that you want to enable: