get openscad nixvim package
This commit is contained in:
2026-03-26 16:28:11 +01:00
parent f615c1694e
commit 797395dd2a
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
./noice.nix ./noice.nix
./notify.nix ./notify.nix
./oil.nix ./oil.nix
./openscad.nix
./otter.nix ./otter.nix
./papis.nix ./papis.nix
./peek.nix ./peek.nix

View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.nixvim.plugins.openscad.enable = true;
}