Move blender to its own module
This commit is contained in:
parent
8c7491481b
commit
fb4fc6aa43
3 changed files with 5 additions and 2 deletions
3
hm_modules/blender.nix
Normal file
3
hm_modules/blender.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs.unstable; [ blender ffmpeg ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue