dotfiles/users/josh/home_manager/blender.nix
2024-05-30 22:58:52 -05:00

4 lines
55 B
Nix

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