12 lines
128 B
Nix
Executable file
12 lines
128 B
Nix
Executable file
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
cura
|
|
# freecad
|
|
super-slicer
|
|
esptool
|
|
chrome
|
|
];
|
|
}
|