NixOS-Config/home-manager/misc/production.nix

10 lines
116 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
krita
inkscape
audacity
blender_4_2
sunvox
];
}