about summary refs log tree commit diff
path: root/nix/hosts/caladan/home_emile.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-06-09 00:19:16 +0200
committerEmile <git@emile.space>2024-06-09 00:19:16 +0200
commita4607bc235ae5753f1584c05d4e3627e35149bd7 (patch)
tree82902627b925077602cdd1e110280c0ed91f3aae /nix/hosts/caladan/home_emile.nix
parent010aa9f3e957525b2dfdbd5265509c9f748f90fc (diff)
installing blender and adding an overlay so that it builds
Diffstat (limited to 'nix/hosts/caladan/home_emile.nix')
-rw-r--r--nix/hosts/caladan/home_emile.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix
index f69d477..79615fb 100644
--- a/nix/hosts/caladan/home_emile.nix
+++ b/nix/hosts/caladan/home_emile.nix
@@ -187,7 +187,8 @@
 
     portmidi
 
-  ] ++ lib.optionals stdenv.isDarwin [
-    m-cli
+    blender
+
+  # ] ++ lib.optionals stdenv.isDarwin [
   ];
 }