My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/libkookie/configuration/workstation/creative/default.nix

18 lines
272 B

/**
* 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
];
}