From 3989dfea54821a8dfbb437875ab8b40a845897cf Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Feb 2025 13:59:05 +0800 Subject: [PATCH] feat(nixos): add cudatoolkit and deps to nemesis config --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index ecbb467..574b8f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,9 +10,8 @@ boot.loader.efi.canTouchEfiVariables = true; ############################## - ### Networking ### + ### Graphics ### ############################## - services.xserver.videoDrivers = ["nvidia"]; hardware = { @@ -82,6 +81,11 @@ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget 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: