blob: 2c22100ea03f0471ca19e527322222055ddaf049 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
cura
printrun
];
}