summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/maker.nix
blob: 8388db58324c9f518f23beb65b3016ba6712f1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ pkgs, ... }:
{
  users.users.makefu.packages = with pkgs; [
    # media
    picard
    asunder
    #darkice
    lame
    # creation
    blender
    openscad
    # slicing
    cura
    chitubox
  ];
}