nixos/modules/nixos/modelling.nix

7 lines
107 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
openscad-unstable
bambu-studio
];
}