Move blender to its own module

This commit is contained in:
Filippo Berto 2022-11-30 11:26:26 +01:00
parent 8c7491481b
commit fb4fc6aa43
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 5 additions and 2 deletions

3
hm_modules/blender.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
home.packages = with pkgs.unstable; [ blender ffmpeg ];
}

View file

@ -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

View file

@ -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