Added orca slicer

This commit is contained in:
willifan 2024-08-13 11:29:46 +02:00
parent 8a861f0423
commit b93e1002b5
3 changed files with 5 additions and 1 deletions

View file

@ -46,6 +46,7 @@
specialArgs = { specialArgs = {
hostname = "Lenni"; hostname = "Lenni";
type = "desktop"; type = "desktop";
inherit pkgs;
inherit pkgs-unstable; inherit pkgs-unstable;
inherit system; inherit system;
}; };
@ -72,6 +73,7 @@
specialArgs = { specialArgs = {
hostname = "Puenktchen"; hostname = "Puenktchen";
type = "desktop"; type = "desktop";
inherit pkgs;
inherit pkgs-unstable; inherit pkgs-unstable;
inherit system; inherit system;
}; };
@ -101,6 +103,7 @@
specialArgs = { specialArgs = {
hostname = "Anton"; hostname = "Anton";
type = "server"; type = "server";
inherit pkgs;
inherit pkgs-unstable; inherit pkgs-unstable;
inherit system; inherit system;
}; };

View file

@ -2,7 +2,7 @@
{ {
services.printing = { services.printing = {
enable = true; enable = true;
drivers = [ pkgs.gutenprint pkgs.gutenprintBin pkgs.canon-cups-ufr2 ]; drivers = [ pkgs.gutenprint pkgs.gutenprintBin ];
}; };
services.avahi = { services.avahi = {

View file

@ -20,6 +20,7 @@
libreoffice libreoffice
prusa-slicer prusa-slicer
orca-slicer
gimp gimp
inkscape inkscape