mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
feat: setup cuda
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
nvidiaSettings = true;
|
||||
};
|
||||
};
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
environment.systemPackages = with pkgs; [ nvtopPackages.full ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user