NixOS-Config/modules/home/programs/misc/production/default.nix
2024-10-09 03:36:08 -04:00

11 lines
131 B
Nix

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