nix-config/modules/creativity.nix

20 lines
224 B
Nix
Raw Permalink Normal View History

2025-01-14 01:29:24 +01:00
{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
#gimp-with-plugins
inkscape-with-extensions
darktable
hugin
audacity
handbrake
musescore
obs-studio
xcolor
];
}