cornflake/home-manager/blender.nix
2026-03-01 01:39:57 +09:00

8 lines
68 B
Nix

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