feat: Added openscad
This commit is contained in:
@@ -23,5 +23,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./chromium.nix
|
||||
./thunderbird.nix
|
||||
./neovide.nix
|
||||
./openscad.nix
|
||||
];
|
||||
}
|
||||
|
||||
9
home/apps/openscad.nix
Normal file
9
home/apps/openscad.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
pkgs.openscad
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user