From 0851f3abe3c2dd5eda8bd7136b628694f6c46f72 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:32:10 +0200 Subject: [PATCH] update: add blender to specialisation --- 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 1cb55c5..1a13c03 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -27,6 +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 ]; }; };