nixos-config/modules/home/programs/misc/production/default.nix

11 lines
155 B
Nix

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