NixOS-Config/home/misc/production.nix

10 lines
116 B
Nix
Raw Normal View History

2024-08-24 22:16:51 -04:00
{pkgs, ...}: {
home.packages = with pkgs; [
krita
inkscape
audacity
blender_4_2
2024-08-24 22:16:51 -04:00
sunvox
];
}