cornflake/home-manager/blender.nix
2026-02-19 09:30:42 +09:00

8 lines
68 B
Nix

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