aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/creative/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/creative/default.nix')
-rw-r--r--modules/workstation/creative/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/workstation/creative/default.nix b/modules/workstation/creative/default.nix
new file mode 100644
index 00000000000..d97c71a2c27
--- /dev/null
+++ b/modules/workstation/creative/default.nix
@@ -0,0 +1,16 @@
+/**
+ * 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 ];
+}