Fixed darwin bugs

This commit is contained in:
2026-05-05 23:10:36 +02:00
parent a48b6b60d4
commit 5288686011
4 changed files with 90 additions and 84 deletions
+1 -1
View File
@@ -15,13 +15,13 @@
help_manual_trig_key = "<A-m>";
help_trig_key = "<A-o>";
top_toggle = "<A-c>";
viewer_path = "open";
};
};
# Install OpenSCAD binary for preview/compilation
extraPackages = with pkgs; [
openscad
zathura # PDF viewer for manual
fzf
];
};