nixos-config/modules/home/programs/misc/production/default.nix
2024-12-25 02:09:04 -05:00

10 lines
155 B
Nix

{ pkgs, blender, ... }:
{
nixpkgs.overlays = [ blender.overlays.default ];
home.packages = with pkgs; [
audacity
blender_4_3
krita
];
}