nix-config/modules/creativity.nix

20 lines
223 B
Nix
Raw Normal View History

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