feat: add davinci-resolve

This commit is contained in:
tux
2026-05-08 19:27:16 +05:30
parent 4f5e1a0a56
commit 920cc2d4d6

View File

@@ -91,7 +91,11 @@
boot.kernelParams = [ "nvidia-drm.modeset=1" ]; boot.kernelParams = [ "nvidia-drm.modeset=1" ];
nixpkgs.config.cudaSupport = true; nixpkgs.config.cudaSupport = true;
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
environment.systemPackages = with pkgs; [ nvtopPackages.full ];
environment.systemPackages = with pkgs; [
nvtopPackages.full
davinci-resolve
];
# !!! DO NOT CHANGE THIS !!! # !!! DO NOT CHANGE THIS !!!
# This should match the version used at initial install. # This should match the version used at initial install.