add openscad

This commit is contained in:
2025-03-24 08:19:51 +01:00
parent 043b6f55c8
commit 5449978ad9
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
./neovim ./neovim
./nextcloud ./nextcloud
./obs ./obs
./openscad
./picard ./picard
./planify ./planify
./prismlauncher ./prismlauncher

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ gnumake openscad ];
}