summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/maker.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-09-23 23:01:28 +0200
committermakefu <github@syntax-fehler.de>2022-09-23 23:01:28 +0200
commit0c334ea99cf984920a442a27e33d000f7ac9c2d4 (patch)
treeb4b20c9a6c8958f124098d74c6ed91eb68c718dc /makefu/2configs/tools/maker.nix
parent9d5087cba036585f3350faecf7966463c17adb62 (diff)
ma pkgs.tools: update
Diffstat (limited to 'makefu/2configs/tools/maker.nix')
-rw-r--r--makefu/2configs/tools/maker.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/makefu/2configs/tools/maker.nix b/makefu/2configs/tools/maker.nix
new file mode 100644
index 00000000..8388db58
--- /dev/null
+++ b/makefu/2configs/tools/maker.nix
@@ -0,0 +1,16 @@
+{ pkgs, ... }:
+{
+ users.users.makefu.packages = with pkgs; [
+ # media
+ picard
+ asunder
+ #darkice
+ lame
+ # creation
+ blender
+ openscad
+ # slicing
+ cura
+ chitubox
+ ];
+}