/** * A set of tools to do creative production * * This may be extended at some point to offer better configuration in * the future. */ { pkgs, ... }: { home.packages = with pkgs; [ audacity kdenlive obs-studio gimp inkscape krita ]; }