From f8d155782c8c61a22a1e9879d0a22370fd30b74d Mon Sep 17 00:00:00 2001 From: veneficium Date: Sun, 21 Dec 2025 14:54:49 +0100 Subject: [PATCH] add name for nvidia specilisation --- hosts/main-laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 03ee964..5a955e9 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -89,6 +89,7 @@ settings.drivers.gpu.nvidia.enable = lib.mkForce true; settings.services.switcheroo.enable = lib.mkForce true; environment.systemPackages = [ (pkgs.blender.override { cudaSupport = true; }) ]; + environment.etc."specialisation".text = "nvidia"; }; };