nix-dotfiles/hm_modules/blender.nix

3 lines
61 B
Nix

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