summaryrefslogtreecommitdiff
path: root/hosts/ades
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ades')
-rw-r--r--hosts/ades/common.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix
index 020effb..04894f3 100644
--- a/hosts/ades/common.nix
+++ b/hosts/ades/common.nix
@@ -1,5 +1,9 @@
-{ lib, pkgs, ... }:
+{ inputs, lib, pkgs, ... }:
+let
+ blender-bin = inputs.blender-bin.
+ packages.x86_64-linux;
+in
{
imports = [
./hardware.nix
@@ -44,6 +48,7 @@
adwaita-icon-theme
arc-theme
arc-icon-theme
+ blender-bin.blender_3_6
];
programs.firefox = {