nix-dotfiles/hm/blender.nix

4 lines
55 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.blender ];
}