From fb4fc6aa43ac398204b6eae6b04082cdc39a52cc Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 30 Nov 2022 11:26:26 +0100 Subject: [PATCH] Move blender to its own module --- hm_modules/blender.nix | 3 +++ odin/hm.nix | 2 +- thor/hm.nix | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 hm_modules/blender.nix diff --git a/hm_modules/blender.nix b/hm_modules/blender.nix new file mode 100644 index 0000000..d021587 --- /dev/null +++ b/hm_modules/blender.nix @@ -0,0 +1,3 @@ +{ pkgs, ... }: { + home.packages = with pkgs.unstable; [ blender ffmpeg ]; +} diff --git a/odin/hm.nix b/odin/hm.nix index 1a64dff..13f7513 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -8,7 +8,6 @@ packages = with pkgs; [ arandr bitwarden - blender btop cava dmenu @@ -116,6 +115,7 @@ ../hm_modules/alacritty.nix ../hm_modules/autorandr.nix + ../hm_modules/blender.nix ../hm_modules/bspwm.nix ../hm_modules/cava.nix ../hm_modules/easyeffects.nix diff --git a/thor/hm.nix b/thor/hm.nix index c7dba1c..1fceb0e 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -69,7 +69,6 @@ teams transmission-gtk unstable.authy - unstable.blender unstable.obsidian unstable.spotify unstable.thunderbird @@ -98,6 +97,7 @@ ../hm_modules/alacritty.nix ../hm_modules/autorandr.nix + ../hm_modules/blender.nix ../hm_modules/bspwm.nix ../hm_modules/cava.nix ../hm_modules/easyeffects.nix