Files
dotfiles/nixos/ryu/programs/cuda.nix

4 lines
74 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [cudatoolkit];
}