diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 430bce0..2dc5c33 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -27,7 +27,7 @@ settings.drivers.gpu.nvidia.forceDisable = lib.mkForce false; settings.drivers.gpu.nvidia.enable = lib.mkForce true; settings.services.switcheroo.enable = lib.mkForce true; - environment.systemPackages = with pkgs; [ blender.override { cudaSupport = true; } ]; + environment.systemPackages = [ (pkgs.blender.override { cudaSupport = true; }) ]; }; };