From 6cc309ef83350418f4d7f11672de83d1e8019e85 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 29 Jan 2025 23:04:58 -0800 Subject: finish config for workstation --- nix/modules/cuda.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nix/modules/cuda.nix') diff --git a/nix/modules/cuda.nix b/nix/modules/cuda.nix index 0c90278..dd5846b 100644 --- a/nix/modules/cuda.nix +++ b/nix/modules/cuda.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, ... }: { environment.systemPackages = with pkgs; [ - cudatoolkit - cudaPackages.cudnn - cudaPackages.libcublas - linuxPackages.nvidia_x11 + cudatoolkit + cudaPackages.cudnn + cudaPackages.libcublas + linuxPackages.nvidia_x11 ]; } -- cgit