nixos/modules/3dmodel.nix

7 lines
102 B
Nix

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