added some desktop applications
This commit is contained in:
parent
16557d146d
commit
e97e6820bb
|
@ -11,6 +11,16 @@ imports =
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
wings
|
||||||
|
openscad
|
||||||
|
cura
|
||||||
|
super-slicer
|
||||||
|
prusa-slicer
|
||||||
|
|
||||||
|
pdfslicer
|
||||||
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
|
|
Loading…
Reference in New Issue