From 7bfa8e43f1d152a2a3174c96987c87dc0a5a0d39 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 30 Dec 2024 22:28:44 -0600 Subject: [PATCH] home/suites/art: enable blender --- modules/home/suites/art/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/suites/art/default.nix b/modules/home/suites/art/default.nix index cdea45505..190b251c0 100644 --- a/modules/home/suites/art/default.nix +++ b/modules/home/suites/art/default.nix @@ -18,8 +18,7 @@ in config = mkIf cfg.enable { home.packages = with pkgs; [ - # FIXME: broken nixpkgs - # blender + blender gimp inkscape-with-extensions ];