2021-03-08 21:35:29 +01:00
|
|
|
{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, hostname, rlib, inputs }:
|
2021-02-26 10:24:58 +01:00
|
|
|
{ config, lib, ... }:
|
|
|
|
{
|
|
|
|
home.packages = with nixpkgs; [
|
|
|
|
freecad
|
|
|
|
openscad
|
|
|
|
cura
|
|
|
|
inkscape
|
|
|
|
|
|
|
|
] ++ [
|
|
|
|
nixpkgs-unstable.prusa-slicer
|
|
|
|
];
|
|
|
|
}
|