Add Bambu Studio
This commit is contained in:
parent
72e3ae54ba
commit
61ac08faa5
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [pkgs.openscad-unstable];
|
||||
environment.systemPackages = with pkgs; [
|
||||
openscad-unstable
|
||||
bambu-studio
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue