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 ];
}