nixvimConfig/modules/home/bundles/maker.nix

16 lines
152 B
Nix
Raw Normal View History

2024-03-27 23:45:23 +01:00
{
pkgs,
config,
lib,
inputs,
...
}: {
imports = [];
home.packages = with pkgs; [
freecad
prusa-slicer
2024-07-23 12:42:46 +02:00
stable.printrun
2024-03-27 23:45:23 +01:00
];
}