additional space rodent support

This commit is contained in:
Gabriel Ebner 2021-04-26 15:35:38 +02:00
parent 6f78a84615
commit 2c362d41cf
2 changed files with 2 additions and 1 deletions

@ -55,6 +55,7 @@
piper piper
ddcutil ddcutil
ddcui ddcui
spnavcfg
]; ];
services.thermald.enable = true; services.thermald.enable = true;

@ -33,7 +33,7 @@
(if lib.hasAttr "curaPlugins" pkgs then (if lib.hasAttr "curaPlugins" pkgs then
cura.override { cura.override {
plugins = with curaPlugins; [ octoprint ]; plugins = with curaPlugins; [ octoprint rawmouse ];
} }
else cura) else cura)
openscad openscad