10 lines
108 B
Nix
Executable file
10 lines
108 B
Nix
Executable file
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
cura
|
|
freecad
|
|
super-slicer
|
|
];
|
|
}
|