aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/creative/default.nix
/**
 * I work on a lot af creative projects, here are 
 * all the tools this requires!
 */
{ pkgs, ... }:

{
  home.packages = with pkgs; [
    ardour audacity lmms

    kdenlive

    gimp inkscape krita

    libreoffice ];
}