prusa slicer mime type

This commit is contained in:
Miguel Palhas
2025-11-25 14:03:31 +00:00
parent 38dff7bfeb
commit 57e1e116c2
4 changed files with 27 additions and 13 deletions
+8
View File
@@ -13,4 +13,12 @@
];
fonts.fontconfig.enable = true;
xdg.desktopEntries.prusaslicer-url-handler = {
name = "PrusaSlicer Protocol Handler";
exec = "prusa-slicer %u";
type = "Application";
noDisplay = true;
mimeType = [ "x-scheme-handler/prusaslicer" ];
};
}